Skip to content
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

wayback machine onion support #9707

Open
8 of 10 tasks
barkoder opened this issue Apr 17, 2024 · 0 comments
Open
8 of 10 tasks

wayback machine onion support #9707

barkoder opened this issue Apr 17, 2024 · 0 comments
Labels
site-enhancement Feature request for some website triage Untriaged issue

Comments

@barkoder
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

No response

Example URLs

https://web.archive6zg5vrdwm4ljllgxleekeoj43lqayscd4d4kmhnyblq4h3ead.onion/web/20170612011335/https://www.youtube.com/watch?v=o_TIdWRuixo

Provide a description that is worded well enough to be understood

Wayback machine has an onion link - https://web.archive6zg5vrdwm4ljllgxleekeoj43lqayscd4d4kmhnyblq4h3ead.onion

Support onion version of wayback machine.

Works. - yt-dlp -F https://web.archive.org/web/20170612011335/https://www.youtube.com/watch?v=o_TIdWRuixo

Fails and redirects to youtube. - yt-dlp -F --proxy socks5h://127.0.0.1:9050 https://web.archive6zg5vrdwm4ljllgxleekeoj43lqayscd4d4kmhnyblq4h3ead.onion/web/20170612011335/https://www.youtube.com/watch?v=o_TIdWRuixo

Opening a separate issue for adding "full onion support" as requested .

Also related #7587.

Thanks!

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

$ yt-dlp -v --proxy "socks5h://127.0.0.1:9050" -F https://web.archive6zg5vrdwm4ljllgxleekeoj43lqayscd4d4kmhnyblq4h3ead.onion/web/20170612011335/https://www.youtube.com/watch?v=o_TIdWRuixo

[debug] yt-dlp version nightly@2024.04.13.232802 from yt-dlp/yt-dlp-nightly-builds [315b35442] (py2exe)

I don't think the rest is required. yt-dlp just redirects to youtube at the moment. Do let me know if you need the rest of the log.
@barkoder barkoder added site-enhancement Feature request for some website triage Untriaged issue labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-enhancement Feature request for some website triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

1 participant