-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odysee downloads have stopped working #31362
Comments
This comment was marked as outdated.
This comment was marked as outdated.
try with youtube-dl --force-generic-extractor " https://odysee.com/@thecrowhouse:2/A-Ticket-to-the-Freak-Show:6" |
@october262 's -force-generic-extractor hint only works with Odysee RSS feeds. e.g. it'll fail with https://odysee.com/@corbettreport:0 but succeed with the RSS feed extracted from Odysee, https://odysee.com/$/rss/@corbettreport:0 e.g.
versus
Where "odysee-dl" refers to a config file for odysee with following options:
|
for this link - https://odysee.com/@corbettreport:0 |
@october262 -- no need to use any developer tools to find master.m3u8 -- just browse the Odysee channel you want and find the "vertical three dots" menu icon on the upper right hand side, click it, and select "Copy RSS URL" and use that URL with --force-generic-extractor . Thanks for the suggestion to use --force-generic-extractor,. as the Odysee RSS feed gets an error on Odysee without it... |
Related yt-dlp/yt-dlp#5585 |
If you paste it in the HTML comment field, it won't be displayed. Actually paste the log over the words |
Thanks Gentlemen. YouTube-dl is back in business at Odysee. I added the suggested switch --force-generic-extractor To the existing command and Voila . . . Video ! youtube-dl --force-generic-extractor -o "/home/mark/home/News/NEWS-Chronological/youtube-dl-issue-testing/odysee-test.%(ext)s" "https://odysee.com/@thecrowhouse:2/A-Ticket-to-the-Freak-Show:6" [generic] A-Ticket-to-the-Freak-Show:6: Requesting header [download] 54.3% of 2.11GiB at 27.86MiB/s ETA 00:35 Happy Thanksgiving |
Otherwise the one-line patch from yt-dlp/yt-dlp#5585 is needed to change the API URL: - 'https://api.lbry.tv/api/v1/proxy',
+ 'https://api.na-backend.odysee.com/api/v1/proxy', Finally the extractor could try to extract the API host (eg, https://api.na-backend.odysee.com) from the site JS. |
Checklist
Verbose log
Description
(Yes, really write the description HERE!)
Odysee downloads have stopped working, Nov 17, 2022. Worked up till now.
The text was updated successfully, but these errors were encountered: