Skip to content
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

Infinite loop : Downloading page #1... Downloading page #3453 .... #4500

Closed
bazirico opened this issue Dec 17, 2014 · 1 comment
Closed

Infinite loop : Downloading page #1... Downloading page #3453 .... #4500

bazirico opened this issue Dec 17, 2014 · 1 comment

Comments

@bazirico
Copy link

Hi everyone !
On some youtube playlists URL, youtube-dl doesn't seem to catch videos and is stuck at the "Downloading page" step. I use a list to parse all my youtube channels. Example :

youtube-dl -i -o "/temp/%(upload_date)s - %(title)s.%(ext)s" ${url[${i}]} --download-archive /scripts/dl-ytdla-archives -a /scripts/dl-ytdla-liste --no-warnings

[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading webpage
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #1
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #2
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #3
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #4
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #5
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #6
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #7
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #8
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #9
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #10
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #11
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #12
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #13
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #14
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #15
[youtube:playlist] UUkqSxHLKZbwHFEr1adaoyeg: Downloading page #16
.....

Here is my list, the first two commented lines are the non working URL so far. I can't find any difference between the working and the non-working youtube URL...

http://www.youtube.com/playlist?list=UUkqSxHLKZbwHFEr1adaoyeg #Les vidéos du succès

https://www.youtube.com/playlist?list=UUAFQjCZo5okIPkHUQlBZM-g #Bonjour tristesse

https://www.youtube.com/playlist?list=UUWXCrItCF6ZgXrdozUS-Idw
https://www.youtube.com/playlist?list=UUaUsBCtdRYgeu-2AQQZ5Y7Q
https://www.youtube.com/playlist?list=UUm5wThREh298TkK8hCT9HuA #Data Gueule
http://www.youtube.com/playlist?list=PLAD454F0807B6CB80 #JDG : Tests
http://www.youtube.com/playlist?list=PL1860A2982FE8171E #JDG : Hors série
http://www.youtube.com/playlist?list=PLGbut4pdSxUOiO5bOUryKgE9jtVUlgFz4 #JDG : Papy Grenier
http://www.youtube.com/playlist?list=PL2B009153AC977F90 #AVGN

@jaimeMF
Copy link
Collaborator

jaimeMF commented Dec 17, 2014

Duplicate of #4449. It works in the last version (2014.12.16 at least). See our FAQ if you need help updating.

For future reports: please post the output of youtube-dl OPTIONS URL --verbose, it contains really useful information (for example the youtube-dl version).

@jaimeMF jaimeMF closed this as completed Dec 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants