Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
Description
Note: This is not a site support request, already made site support request on this issue: #24395, this is a bug report because I think generic extractor shouldn't download a HTML file by thinking it's a video, instead it should say "unsupported URL"
As you can see from the log, generic extractor tries to download this URL as a video:
https://www.fox.com.tr/Ogretmen/bolum/'+videoSrc+and downloads the HTML file thinking it's a video.This looked like a bug to me, instead it should just say "unsupported URL", not download HTML files, am I wrong?