about summary refs log tree commit diff
path: root/youtube_dl/extractor/camwithher.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-04-01 20:45:21 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-04-01 20:45:21 +0200
commit6d628fafcadf6b9d2bc16c34c8cda8b53860e406 (patch)
treeb88e2078378b126a8a862c45fcb82ee138bf24e9 /youtube_dl/extractor/camwithher.py
parent0f28777f58b5c21226d8e02477834dbb08b170ba (diff)
downloadyoutube-dl-6d628fafcadf6b9d2bc16c34c8cda8b53860e406.tar.gz
youtube-dl-6d628fafcadf6b9d2bc16c34c8cda8b53860e406.tar.xz
youtube-dl-6d628fafcadf6b9d2bc16c34c8cda8b53860e406.zip
[camwithher] Remove extra blank line
Diffstat (limited to 'youtube_dl/extractor/camwithher.py')
-rw-r--r--youtube_dl/extractor/camwithher.py1
1 files changed, 0 insertions, 1 deletions
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,