浏览代码

[camwithher] Remove extra blank line

Jaime Marquínez Ferrándiz 9 年之前
父节点
当前提交
6d628fafca
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/camwithher.py

+ 0 - 1
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,