Rapsys Git
/
youtubedl
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prepare to release.
[youtubedl]
/
youtube_dl
/
extractor
/
playvid.py
diff --git
a/youtube_dl/extractor/playvid.py
b/youtube_dl/extractor/playvid.py
index 78d21929945741f1a1b6e2fd57371650d146ed8a..4aef186ea22b4dab1be50a0bdd6dbcbbcae1e2b1 100644
(file)
--- a/
youtube_dl/extractor/playvid.py
+++ b/
youtube_dl/extractor/playvid.py
@@
-14,7
+14,7
@@
from ..utils import (
class PlayvidIE(InfoExtractor):
class PlayvidIE(InfoExtractor):
- _VALID_URL = r'https?://
www\.
playvid\.com/watch(\?v=|/)(?P<id>.+?)(?:#|$)'
+ _VALID_URL = r'https?://
(?:www\.)?
playvid\.com/watch(\?v=|/)(?P<id>.+?)(?:#|$)'
_TESTS = [{
'url': 'http://www.playvid.com/watch/RnmBNgtrrJu',
'md5': 'ffa2f6b2119af359f544388d8c01eb6c',
_TESTS = [{
'url': 'http://www.playvid.com/watch/RnmBNgtrrJu',
'md5': 'ffa2f6b2119af359f544388d8c01eb6c',
@@
-34,7
+34,7
@@
class PlayvidIE(InfoExtractor):
'ext': 'mp4',
'title': 'Ellen Euro Cutie Blond Takes a Sexy Survey Get Facial in The Park',
'age_limit': 18,
'ext': 'mp4',
'title': 'Ellen Euro Cutie Blond Takes a Sexy Survey Get Facial in The Park',
'age_limit': 18,
- 'thumbnail': 're:^https?://.*\.jpg$',
+ 'thumbnail':
r
're:^https?://.*\.jpg$',
},
}]
},
}]