Download YouTube videos. Video formats are listed at the top of the watch page. Video links are tagged so that they can be downloaded easily.
Thank you for your feedback.
The reason is that the script looks for /watch?v=<id>.
In the mean time, you can get it to work if you put it behind: /watch?v=<id>&time_continue=19
This is now working in v2. :)
time_continue in url issue
When the url have "time_continue=" syntax the script wont load/work.
Before:
https://www.youtube.com/watch?time_continue=19&v=WGn1Kq9rC9A
After:
https://www.youtube.com/watch?v=WGn1Kq9rC9A
Thanks