projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff7c0f
)
[videoweed] Simplify
author
Sergey M․
<dstftw@gmail.com>
Sat, 5 Apr 2014 09:09:28 +0000
(16:09 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 5 Apr 2014 09:09:28 +0000
(16:09 +0700)
youtube_dl/extractor/videoweed.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/videoweed.py
b/youtube_dl/extractor/videoweed.py
index 1a69dcd89247acf2e279ed8b13ddefdffb71419b..6d6e8e9c46150641c44828443215a7341369ce4a 100644
(file)
--- a/
youtube_dl/extractor/videoweed.py
+++ b/
youtube_dl/extractor/videoweed.py
@@
-11,8
+11,6
@@
class VideoWeedIE(NovaMovIE):
_HOST = 'www.videoweed.es'
- _FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<'
- _FILEKEY_REGEX = r'flashvars\.filekey="(?P<filekey>[^"]+)";'
_TITLE_REGEX = r'<h1 class="text_shadow">([^<]+)</h1>'
_TEST = {