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.
Problem with vimeo's parser using import from python, however works fine with the executable #1805
Comments
|
I faced that same problem and you just need to install the |
I try to run this python script:
and get youtube_dl.utils.DownloadError: Unable to extract info section. Downloading the video through the executable of the same build seems to work fine.
Kind of looked into it, and found that the data retrieved from vimeo's server is gzipped, but not decompressed. Running
seems to solve the problem.
Where did I go wrong? Is that a bug?
Thanks.