ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
129.92k stars 9.8k forks source link

ESPN.CO.UK #24503

Open RingoTheDog opened 4 years ago

RingoTheDog commented 4 years ago

Checklist

Example URLs

https://www.espn.co.uk/video/clip/_/id/25103188

Description

Sorry in advance if I should have opened a separate issue but...

The same clip is also viewable at: https://www.espn.com/video/clip/_/id/25103188 and the ESPN extractor is invoked...however the ESPN extractor failed.

So 1) The ESPN extractor should also recognize espn.co.uk (not fall back to generic) ...and 2) The ESPN extractor might need some attention.

Thanks as always Ringo

david88502 commented 4 years ago

I'm adding this feature right now. Probably pushing it in less than a week.

RingoTheDog commented 4 years ago

thank you

david88502 commented 4 years ago

Hi there. I've fixed espn.py in my fork. Now URLs with the format https://www.espn.co.uk/video/clip/_/id/ could be downloaded by the program. Do note that the "--no-check-certificate" flag should be turned on while running the program.