X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcamwithher.py;h=afbc5ea267400394dd7c477b9468ef434c96be6c;hb=0e879f432afe5b9a04a06cbc697cf28d08ac5518;hp=9809096ec9e483fa3ac18d5d256cdc5d5a772daf;hpb=9aaaf8e8e8ae12ed8fbc62461558a4cdb8640ad5;p=youtube-dl diff --git a/youtube_dl/extractor/camwithher.py b/youtube_dl/extractor/camwithher.py index 9809096ec..afbc5ea26 100644 --- a/youtube_dl/extractor/camwithher.py +++ b/youtube_dl/extractor/camwithher.py @@ -72,7 +72,6 @@ class CamWithHerIE(InfoExtractor): upload_date = unified_strdate(self._search_regex( r'Added on\s*:\s*([\d-]+)', webpage, 'upload date', default=None)) - return { 'id': flv_id, 'url': rtmp_url,