-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'uploader' information is null in YouTube playlist extractor #173
Comments
I don't know if this is related, but as of today (Nov 11 2020) the latest youtube-dl
youtube-dlc On the other hand
downloads the files but produces filenames that start with So I think Youtube may have changed the way they embed the requisite info in playlists. |
Also encounter this bug myself. Playlist title is set to NA all the time. |
Having the same issue here, I'm trying to download videos in a folder that's the name of the uploader of the video, but instead of the channel name it just names the folder to "NA". Here's my download script: |
Also, the folder where the playlist is downloaded is not named properly. It names it with the same name as the actual URL. So in this case the folder name is this: PLDV1Zeh2NRsDGO4--qE8yH72HFL1Km93P youtube-dlc --download-archive g:\YT-dl\archive.txt -i -f 22/bestvideo+(140/bestaudio)/best -o "d:\YT Downloads/%%(uploader)s/%%(playlist)s/%%(playlist_index)s - %%(title)s.%%(ext)s" https://www.youtube.com/playlist?list=PLDV1Zeh2NRsDGO4--qE8yH72HFL1Km93P |
Can confirm I am having an issue with this too. It seems like the regex for extracting the playlist title, uploader, etc is no longer valid. It probably needs to be updated to use the json data. yt-dlc/youtube_dlc/extractor/youtube.py Lines 2971 to 2986 in d052b9a
|
any progress in this issue ? |
this should be fixed now - #245 |
…173)" This reverts commit 4d971a1 by @damianoamatruda Closes #500 This was wrongly checking for `write_thumbnail`
Checklist
Verbose log
Description
Hi, the uploader information is all null in the YouTube playlist extractor. More specifically, the 'uploader', 'uploader_url', and 'uploader_id'. Here's the response: https://ibb.co/hMz7HWG
This is the command that I'm using: youtube-dlc -v -4 -q --no-warnings -J --flat-playlist https://www.youtube.com/playlist?list=UU_aEa8K-EOJ3D6gOs7HcyNg
It used to include the uploader information before, but now it doesn't.
The text was updated successfully, but these errors were encountered: