X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fafreecatv.py;fp=youtube_dl%2Fextractor%2Fafreecatv.py;h=b56abb1e604b78cfd5a0667e9703f216f8a9f8da;hp=6275e5209e23401c406f6df2206b13e978d0c60e;hb=48c5663c5f7dd9ecc4720f7c1522627665197939;hpb=7d740e7dc7149cfd93dde1fa47e9f314e72582c2 diff --git a/youtube_dl/extractor/afreecatv.py b/youtube_dl/extractor/afreecatv.py index 6275e5209..b56abb1e6 100644 --- a/youtube_dl/extractor/afreecatv.py +++ b/youtube_dl/extractor/afreecatv.py @@ -275,7 +275,7 @@ class AfreecaTVIE(InfoExtractor): video_element = video_xml.findall(compat_xpath('./track/video'))[-1] if video_element is None or video_element.text is None: raise ExtractorError( - 'Video %s video does not exist' % video_id, expected=True) + 'Video %s does not exist' % video_id, expected=True) video_url = video_element.text.strip()