1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-26 17:10:05 +02:00

[videoweed] Simplify

This commit is contained in:
Sergey M․ 2014-04-05 16:09:28 +07:00
parent 1ff7c0f7d8
commit 4479bf2762

View File

@ -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 = {