Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
upload_date kicking out "(NA)" ... script saying it's an issue with uploader_id ... playlists no longer work either. #13930
Comments
|
Post the output with |
|
D:\yt\Script>D:\yt\Script\youtube-dl -f 22 -a list.txt --mark-watched --youtube-skip-dash-manifest --console-title --retries 10 --cookies cookies.txt -i -o "D:\yt[%(uploader)s] (%(upload_date)s) %(title)s.%(ext)s" -v --dump-pages |
|
Post the FULL output. |
|
I don't know if it's worth someone somewhere knowing, but the latest update has finally fixed this issue! Hooray! |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.08.13. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
So the issue;
The script worked fine until a few days ago, now it will return an (NA) rather than the upload_date, even though it says it's an error with the uploader_id argument.
So the example below (it's a random vid! Don't judge me!) will now be named;
[Looper] (NA) Disney Movie Sequels You Never Knew Existed.mp4
When previously it would have been;
[Looper] [16082017] Disney Movie Sequels You Never Knew Existed.mp4
Any ideas why suddenly the upload_date argument is suddenly causing me issues?
... also, the script now doesn't recognise playlists (entire channel links eg https://www.youtube.com/channel/github/videos) as having any videos. Previously it'd count the pages then grab em all.
This is true for playlists/channels I'm half way through downloading. They now don't work (without ANY change to the script).