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.
new youtube-dl behavior? #517
Comments
|
Sorry, this looks like a bug where we accidentally print out some tuples. Personally, I can't reproduce it. Which version of youtube-dl are you using? What's the output of
? Also, it may be helpful to know the OS and Python version. |
|
Uh, I'm not the first! #519 |
|
They go on |
|
I see the same problem (I am not the OP). It happens for every download attempt.
I scanned the code but I couldn't find an obvious place where a print statement occurs. |
|
I got it, and it was my fault. My HTMLParser prints the positions on which errors occurs. Probably YouTube HTML got malformed somewhere recently. Fixing, sorry! |
|
We need to roll a version anytime soon, @phihag. Sorry for the Win unattended build, but I'm having an hard time at it, I can wrap it up locally one last time if you want. |
|
Fixed for me! |
Since today (last use two days ago), whenever I try to download video via youtube, it gives some numbers before downloading, see example
[youtube] Setting language
[youtube] zPmGB4nu_qM: Downloading video webpage
[youtube] zPmGB4nu_qM: Downloading video info webpage
[youtube] zPmGB4nu_qM: Extracting video information
(493, 591)
(522, 591)
(522, 1182)
(522, 1773)
(522, 2364)
(522, 2955)
(522, 3546)
(522, 4137)
(522, 4728)
(522, 5319)
(522, 5910)
(522, 6501)
[download] Destination: XYZ123.mp4
what are these numbers?
There are different numbers for different YB files.
example usage:
http_proxy=201(dot)147(dot)20(dot)245:8080 youtube-dl -o rutabl_061.mp4 http://www.youtube.com/watch?v=zPmGB4nu_qM
Thx.