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.
Can't download YouTube subscriptions videos on Android QPython with Python 3.2 #13179
Comments
|
|
|
Please follow #13822 for the second issue. For the first issue, I suggest moving away from QPython, which is quite old and not working well with Android. Python 3.6+ is recommended. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.05.18.1. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I get this error running youtube-dl with the
-voption:If I remove the
-voption, I get two different errors (sometimes one, sometimes another):Error 1 -- local variable 'check_cookie_url' referenced before assignment
Error 2 -- html.parser.HTMLParseError: EOF in middle of construct, at line 1, column 1
Description of your issue, suggested solution and other information
All errors occur on pip console, after installing youtube-dl with
pip install youtube-dl. I tested on both QPython with Python 2.7 and Python 3.2. More often the error HTMLParseError occurs.