projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2632941
)
[soompi] Switch to non-geoblocked test video
author
ping
<lipng.ong@gmail.com>
Wed, 20 May 2015 08:16:10 +0000
(16:16 +0800)
committer
ping
<lipng.ong@gmail.com>
Wed, 20 May 2015 08:16:10 +0000
(16:16 +0800)
youtube_dl/extractor/soompi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/soompi.py
b/youtube_dl/extractor/soompi.py
index 5ecf40b7feeb9e8d216b1124f16af81232a19393..4726872dc599290c9b2c9fa154bc36b74b239001 100644
(file)
--- a/
youtube_dl/extractor/soompi.py
+++ b/
youtube_dl/extractor/soompi.py
@@
-14,12
+14,12
@@
class SoompiIE(CrunchyrollIE):
IE_NAME = 'soompi'
_VALID_URL = r'^https?://tv\.soompi\.com/en/watch/(?P<id>[0-9]+)'
_TESTS = [{
- 'url': 'http://tv.soompi.com/en/watch/2
3363
',
+ 'url': 'http://tv.soompi.com/en/watch/2
9235
',
'info_dict': {
- 'id': '2
3363
',
+ 'id': '2
9235
',
'ext': 'mp4',
- 'title': '
Liar Game CM1
',
- 'description': '
15sec
'
+ 'title': '
Episode 1096
',
+ 'description': '
2015-05-20
'
},
'params': {
'skip_download': True,