improve coding style
This commit is contained in:
parent
e4d74e2778
commit
40fcba5edb
10 changed files with 12 additions and 12 deletions
|
@ -26,7 +26,7 @@ class RudoIE(InfoExtractor):
|
|||
}
|
||||
|
||||
@classmethod
|
||||
def _extract_url(self, webpage):
|
||||
def _extract_url(cls, webpage):
|
||||
mobj = re.search(
|
||||
r'<iframe[^>]+src=(?P<q1>[\'"])(?P<url>(?:https?:)?//rudo\.video/vod/[0-9a-zA-Z]+)(?P=q1)',
|
||||
webpage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue