question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Done downloading 0 videos

See original GitHub issue

Hello! Since this is not a youtube-dl repo, I figured I wouldn’t ask my question here. I put in a channel link, and it says the following: [youtube:channel] UCIcgBZ9hEJxHv6r_jDYOMqg: Downloading channel page [youtube:playlist] UUIcgBZ9hEJxHv6r_jDYOMqg: Downloading webpage [download] Downloading playlist: UUIcgBZ9hEJxHv6r_jDYOMqg [youtube:playlist] playlist UUIcgBZ9hEJxHv6r_jDYOMqg: Downloading 0 videos [download] Finished downloading playlist: UUIcgBZ9hEJxHv6r_jDYOMqg

Can you help with this please? Thanks!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
AnimeniacSimeycommented, Nov 12, 2020

Wow guys I recognized that playlist link…

Workaround: Use any online tool to get all playlist links and put them in a list and pass the list to the downloader.

with open('list.json') as f:
    links = json.load(f)
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
    ydl.download(links)

So, if one made this json file for the example playlist above you’d get this: https://gist.github.com/akraus53/659c4c37713de29d70f1bdc9822a80b0

Hi! Could you explain this to me and how to do it please? I don’t understand a single word 😅

1reaction
akraus53commented, Nov 11, 2020

Wow guys I recognized that playlist link…

Workaround: Use any online tool to get all playlist links and put them in a list and pass the list to the downloader.

with open('list.json') as f:
    links = json.load(f)
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
    ydl.download(links)

So, if one made this json file for the example playlist above you’d get this: https://gist.github.com/akraus53/659c4c37713de29d70f1bdc9822a80b0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Youtube-DL Downloading 0 videos : r/youtubedl - Reddit
Youtube-dl has worked really well, and I've downloaded more than 2000 audio files, but as of yesterday it just stopped working.
Read more >
Not downloading public playlist - 0 videos found ... - GitHub
Downloading the public youtube playlist UUMtJYS0PrtiUwlk6zjGDEMA fails. youtube-dl parses 0 videos and finishes without downloading anything.
Read more >
Using youtube-dl for playlists results in zero videos ...
I have made the experience that it is better to download the videos individually. But the problem is that with a larger playlist...
Read more >
Youtube-dl Playlists Downloading Stops Running “Finished ...
Specific problem or error: youtube-dl detects all playlists as already downloaded and it downloads 0 videos. Code necessary to reproduce de ...
Read more >
Youtube-dl Tutorial With Examples For Beginners - OSTechNix
This tutorial explains the list of most commonly used Youtube-dl commands to download videos from Youtube and hundreds of websites in Linux.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found