[youtube:channel] Correct 404 handling
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 13 Sep 2015 22:32:20 +0000 (00:32 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 13 Sep 2015 22:32:20 +0000 (00:32 +0200)
commit2b3c2546782f84e0b3fe42b55d2030e5350cbe92
treeeaf0b9b81e765074b09278761e5a6a1228082ed2
parent287be8c615574f90f4fac5adad0b32b3102f621e
[youtube:channel] Correct 404 handling

Previously, when we encountered a 404 - such as youtube-dl https://www.youtube.com/ohJeiboh8oorehai - we crashed with a regexp error. Instead, make sure to go on and eventually report a 404.
youtube_dl/extractor/youtube.py