X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Frudo.py;h=f036f67579c543dac08123a91f65544589e5641c;hb=a61ce71468cb222338ccd8039dc631f3619dc585;hp=51644011e5d5587462ef56a0511767437d93b77e;hpb=a4a554a79354981fcab55de8eaab7b95a40bbb48;p=youtube-dl diff --git a/youtube_dl/extractor/rudo.py b/youtube_dl/extractor/rudo.py index 51644011e..f036f6757 100644 --- a/youtube_dl/extractor/rudo.py +++ b/youtube_dl/extractor/rudo.py @@ -26,7 +26,7 @@ class RudoIE(InfoExtractor): } @classmethod - def _extract_url(self, webpage): + def _extract_url(cls, webpage): mobj = re.search( r']+src=(?P[\'"])(?P(?:https?:)?//rudo\.video/vod/[0-9a-zA-Z]+)(?P=q1)', webpage)