projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
782e056
)
[escapist] Add uploader to tests
author
Sergey M․
<dstftw@gmail.com>
Mon, 4 May 2015 13:06:07 +0000
(19:06 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 4 May 2015 13:06:07 +0000
(19:06 +0600)
youtube_dl/extractor/escapist.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/escapist.py
b/youtube_dl/extractor/escapist.py
index 2cd3af142c2e3289a30ad31ddef342a41c80d594..c85b4c458d95882f56675fa135aab1f3492b6194 100644
(file)
--- a/
youtube_dl/extractor/escapist.py
+++ b/
youtube_dl/extractor/escapist.py
@@
-48,6
+48,7
@@
class EscapistIE(InfoExtractor):
'title': "Breaking Down Baldur's Gate",
'thumbnail': 're:^https?://.*\.jpg$',
'duration': 264,
+ 'uploader': 'The Escapist',
}
}, {
'url': 'http://www.escapistmagazine.com/videos/view/zero-punctuation/10044-Evolve-One-vs-Multiplayer',
@@
-59,6
+60,7
@@
class EscapistIE(InfoExtractor):
'title': 'Evolve - One vs Multiplayer',
'thumbnail': 're:^https?://.*\.jpg$',
'duration': 304,
+ 'uploader': 'The Escapist',
}
}]