yturl
yturl copied to clipboard
YouTube videos on the command line
I've installed from github as specified in the README. ``` yturl 'https://www.youtube.com/watch?v=xiX9YQ0Dem0' Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/bin/yturl", line 11, in sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/yturl.py", line 152, in main itag_to_url_map...
Fixed search for itags and urls according to new YouTube API Pattern
this relates to #39 and #40 when I tried running `$ yturl https://www.youtube.com/watch?v=iiChxN0T2kA` ``` Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.7/runpy.py", line...
I get the following error when running `yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ'`: ``` Traceback (most recent call last): File "/usr/local/bin/yturl", line 8, in sys.exit(main()) File "/usr/local/lib/python3.7/site-packages/yturl.py", line 147, in main itag_to_url_map = itags_for_video(args.video_id)...
On pypy it seems the input to parse_qs_single is being munged. It should come from httpretty's hijacking of network requests. For now it's marked as an allowed failure: 15ce7823c50b27fdd6edf8a5d2f55e238bdad357