[camwithher] Remove extra blank line
[youtube-dl] / youtube_dl / extractor / aenetworks.py
index b7232c9045389d808be91108c483fa9a263f1c19..1bbfe264177dab80c6e40009e8543e52600c3d9d 100644 (file)
@@ -22,6 +22,9 @@ class AENetworksIE(InfoExtractor):
             'ext': 'mp4',
             'title': "Bet You Didn't Know: Valentine's Day",
             'description': 'md5:7b57ea4829b391995b405fa60bd7b5f7',
+            'timestamp': 1375819729,
+            'upload_date': '20130806',
+            'uploader': 'AENE-NEW',
         },
         'params': {
             # m3u8 download
@@ -37,6 +40,9 @@ class AENetworksIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'Winter Is Coming',
             'description': 'md5:641f424b7a19d8e24f26dea22cf59d74',
+            'timestamp': 1338306241,
+            'upload_date': '20120529',
+            'uploader': 'AENE-NEW',
         },
         'add_ie': ['ThePlatform'],
     }, {
@@ -69,8 +75,9 @@ class AENetworksIE(InfoExtractor):
         info = self._search_json_ld(webpage, video_id, fatal=False)
         info.update({
             '_type': 'url_transparent',
-            'url': smuggle_url(update_url_query(
-                video_url, query), {
+            'url': smuggle_url(
+                update_url_query(video_url, query),
+                {
                     'sig': {
                         'key': 'crazyjava',
                         'secret': 's3cr3t'},