X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fvideoweed.py;h=ca2e50935def482fb3d3f7f5e7594d24b3dba2f1;hb=9bac8c57e3db49c6639c115478a36dde8d465ea7;hp=6d6e8e9c46150641c44828443215a7341369ce4a;hpb=4479bf2762213ea4372a72138afcd2a5bb444e23;p=youtube-dl diff --git a/youtube_dl/extractor/videoweed.py b/youtube_dl/extractor/videoweed.py index 6d6e8e9c4..ca2e50935 100644 --- a/youtube_dl/extractor/videoweed.py +++ b/youtube_dl/extractor/videoweed.py @@ -11,6 +11,7 @@ class VideoWeedIE(NovaMovIE): _HOST = 'www.videoweed.es' + _FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<' _TITLE_REGEX = r'

([^<]+)

' _TEST = { @@ -22,4 +23,4 @@ class VideoWeedIE(NovaMovIE): 'title': 'optical illusion dissapeared image magic illusion', 'description': '' }, - } \ No newline at end of file + }