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.
(2016.03.27) Infinite redirection loop #9027
Comments
|
Does this only occur in the Facebook extractor? |
|
So far, this is the only URL type (tumblr within Facebook) that I know of that reproduces this issue. I'm guessing the issue is not specific to Facebook, but every time it is forwarded to a different extractor, and each extractor has its own counts. What's missing is a counter that checks how many times it gets redirected to the different extractors. |
After reaching the a redirect limit (e.g. 10 redirects), it should throw an error, instead of continuing forever in a loop.
$ youtube-dl 'http://www.facebook.com/video/video.php?v=http://heytinafey.tumblr.com/post/140426183278/a-tribute-to-jenny-slate-on-talk-shows'And it continues looping forever