projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64f6e6
)
[playplustv] add support for playplus.com(#18789)
author
Remita Amine
<remitamine@gmail.com>
Thu, 10 Jan 2019 17:48:52 +0000
(18:48 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Thu, 10 Jan 2019 17:49:13 +0000
(18:49 +0100)
youtube_dl/extractor/playplustv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/playplustv.py
b/youtube_dl/extractor/playplustv.py
index 419c2974b961a10c36272d0ebc3dd2e812da952c..1e30ab23a06a92ab3da6166a9323ac7a7e645d6b 100644
(file)
--- a/
youtube_dl/extractor/playplustv.py
+++ b/
youtube_dl/extractor/playplustv.py
@@
-15,7
+15,7
@@
from ..utils import (
class PlayPlusTVIE(InfoExtractor):
- _VALID_URL = r'https?://(?:www\.)?playplus\.
tv
/VOD/(?P<project_id>[0-9]+)/(?P<id>[0-9a-f]{32})'
+ _VALID_URL = r'https?://(?:www\.)?playplus\.
(?:com|tv)
/VOD/(?P<project_id>[0-9]+)/(?P<id>[0-9a-f]{32})'
_TEST = {
'url': 'https://www.playplus.tv/VOD/7572/db8d274a5163424e967f35a30ddafb8e',
'md5': 'd078cb89d7ab6b9df37ce23c647aef72',