yturl icon indicating copy to clipboard operation
yturl copied to clipboard

Error when running yturl

Open Fraer opened this issue 4 years ago • 2 comments

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 <module>
    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 = itags_for_video(args.video_id)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/yturl.py", line 81, in itags_for_video
    ) from None
NotImplementedError: Live and streaming videos are unsupported.

Fraer avatar Sep 16 '20 22:09 Fraer

Same here using pip install -U git+https://github.com/cdown/yturl.git@develop

izaac avatar Sep 20 '20 02:09 izaac

same

yashasolutions avatar Oct 11 '20 21:10 yashasolutions