diff options
| author | remitamine <remitamine@gmail.com> | 2016-04-01 18:06:11 +0100 | 
|---|---|---|
| committer | remitamine <remitamine@gmail.com> | 2016-04-01 18:07:17 +0100 | 
| commit | 79ba9140dc8fcf5883b7473596e8f20cba6b479f (patch) | |
| tree | 831bd230fd7299b08a586a9eccbf415da24b56a8 | |
| parent | 75d572e9fb8d3e26e4ab45e65cd5e23c6b1c6915 (diff) | |
[theplatform] extract timestamp and uploader
| -rw-r--r-- | youtube_dl/extractor/aenetworks.py | 6 | ||||
| -rw-r--r-- | youtube_dl/extractor/bravotv.py | 3 | ||||
| -rw-r--r-- | youtube_dl/extractor/cbs.py | 3 | ||||
| -rw-r--r-- | youtube_dl/extractor/cnbc.py | 3 | ||||
| -rw-r--r-- | youtube_dl/extractor/fox.py | 3 | ||||
| -rw-r--r-- | youtube_dl/extractor/nationalgeographic.py | 12 | ||||
| -rw-r--r-- | youtube_dl/extractor/nbc.py | 14 | ||||
| -rw-r--r-- | youtube_dl/extractor/sbs.py | 6 | ||||
| -rw-r--r-- | youtube_dl/extractor/theplatform.py | 10 | 
9 files changed, 59 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/aenetworks.py b/youtube_dl/extractor/aenetworks.py index b7232c904..3fddaba54 100644 --- a/youtube_dl/extractor/aenetworks.py +++ b/youtube_dl/extractor/aenetworks.py @@ -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'],      }, { diff --git a/youtube_dl/extractor/bravotv.py b/youtube_dl/extractor/bravotv.py index 34d451f38..541c76944 100644 --- a/youtube_dl/extractor/bravotv.py +++ b/youtube_dl/extractor/bravotv.py @@ -15,6 +15,9 @@ class BravoTVIE(InfoExtractor):              'ext': 'mp4',              'title': 'Last Chance Kitchen Returns',              'description': 'S13: Last Chance Kitchen Returns for Top Chef Season 13', +            'timestamp': 1448926740, +            'upload_date': '20151130', +            'uploader': 'NBCU-BRAV',          }      } diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 6e4079ca3..c621a08d5 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -33,6 +33,9 @@ class CBSIE(CBSBaseIE):              'title': 'Connect Chat feat. Garth Brooks',              'description': 'Connect with country music singer Garth Brooks, as he chats with fans on Wednesday November 27, 2013. Be sure to tune in to Garth Brooks: Live from Las Vegas, Friday November 29, at 9/8c on CBS!',              'duration': 1495, +            'timestamp': 1385585425, +            'upload_date': '20131127', +            'uploader': 'CBSI-NEW',          },          'params': {              # rtmp download diff --git a/youtube_dl/extractor/cnbc.py b/youtube_dl/extractor/cnbc.py index 25b308752..d354d9f95 100644 --- a/youtube_dl/extractor/cnbc.py +++ b/youtube_dl/extractor/cnbc.py @@ -14,6 +14,9 @@ class CNBCIE(InfoExtractor):              'ext': 'mp4',              'title': 'Fighting zombies is big business',              'description': 'md5:0c100d8e1a7947bd2feec9a5550e519e', +            'timestamp': 1459332000, +            'upload_date': '20160330', +            'uploader': 'NBCU-CNBC',          },          'params': {              # m3u8 download diff --git a/youtube_dl/extractor/fox.py b/youtube_dl/extractor/fox.py index fa05af50d..95c1abf94 100644 --- a/youtube_dl/extractor/fox.py +++ b/youtube_dl/extractor/fox.py @@ -16,6 +16,9 @@ class FOXIE(InfoExtractor):              'title': 'Official Trailer: Gotham',              'description': 'Tracing the rise of the great DC Comics Super-Villains and vigilantes, Gotham reveals an entirely new chapter that has never been told.',              'duration': 129, +            'timestamp': 1400020798, +            'upload_date': '20140513', +            'uploader': 'NEWA-FNG-FOXCOM',          },          'add_ie': ['ThePlatform'],      } diff --git a/youtube_dl/extractor/nationalgeographic.py b/youtube_dl/extractor/nationalgeographic.py index 61b5c700e..722518663 100644 --- a/youtube_dl/extractor/nationalgeographic.py +++ b/youtube_dl/extractor/nationalgeographic.py @@ -21,6 +21,9 @@ class NationalGeographicIE(InfoExtractor):                  'ext': 'mp4',                  'title': 'Mating Crabs Busted by Sharks',                  'description': 'md5:16f25aeffdeba55aaa8ec37e093ad8b3', +                'timestamp': 1423523799, +                'upload_date': '20150209', +                'uploader': 'NAGS',              },              'add_ie': ['ThePlatform'],          }, @@ -32,6 +35,9 @@ class NationalGeographicIE(InfoExtractor):                  'ext': 'mp4',                  'title': 'The Real Jaws',                  'description': 'md5:8d3e09d9d53a85cd397b4b21b2c77be6', +                'timestamp': 1433772632, +                'upload_date': '20150608', +                'uploader': 'NAGS',              },              'add_ie': ['ThePlatform'],          }, @@ -68,6 +74,9 @@ class NationalGeographicChannelIE(InfoExtractor):                  'ext': 'mp4',                  'title': 'Uncovering a Universal Knowledge',                  'description': 'md5:1a89148475bf931b3661fcd6ddb2ae3a', +                'timestamp': 1458680907, +                'upload_date': '20160322', +                'uploader': 'NEWA-FNG-NGTV',              },              'add_ie': ['ThePlatform'],          }, @@ -79,6 +88,9 @@ class NationalGeographicChannelIE(InfoExtractor):                  'ext': 'mp4',                  'title': 'The Stunning Red Bird of Paradise',                  'description': 'md5:7bc8cd1da29686be4d17ad1230f0140c', +                'timestamp': 1459362152, +                'upload_date': '20160330', +                'uploader': 'NEWA-FNG-NGTV',              },              'add_ie': ['ThePlatform'],          }, diff --git a/youtube_dl/extractor/nbc.py b/youtube_dl/extractor/nbc.py index 43d75d3ca..e67025ff6 100644 --- a/youtube_dl/extractor/nbc.py +++ b/youtube_dl/extractor/nbc.py @@ -27,6 +27,9 @@ class NBCIE(InfoExtractor):                  'ext': 'mp4',                  'title': 'Jimmy Fallon Surprises Fans at Ben & Jerry\'s',                  'description': 'Jimmy gives out free scoops of his new "Tonight Dough" ice cream flavor by surprising customers at the Ben & Jerry\'s scoop shop.', +                'timestamp': 1424246400, +                'upload_date': '20150218', +                'uploader': 'NBCU-COM',              },              'params': {                  # m3u8 download @@ -50,6 +53,9 @@ class NBCIE(InfoExtractor):                  'ext': 'mp4',                  'title': 'Star Wars Teaser',                  'description': 'md5:0b40f9cbde5b671a7ff62fceccc4f442', +                'timestamp': 1417852800, +                'upload_date': '20141206', +                'uploader': 'NBCU-COM',              },              'params': {                  # m3u8 download @@ -78,6 +84,7 @@ class NBCIE(InfoExtractor):              theplatform_url = 'http:' + theplatform_url          return {              '_type': 'url_transparent', +            'ie_key': 'ThePlatform',              'url': smuggle_url(theplatform_url, {'source_url': url}),              'id': video_id,          } @@ -93,6 +100,9 @@ class NBCSportsVPlayerIE(InfoExtractor):              'ext': 'flv',              'description': 'md5:df390f70a9ba7c95ff1daace988f0d8d',              'title': 'Tyler Kalinoski hits buzzer-beater to lift Davidson', +            'timestamp': 1426270238, +            'upload_date': '20150313', +            'uploader': 'NBCU-SPORTS',          }      }, {          'url': 'http://vplayer.nbcsports.com/p/BxmELC/nbc_embedshare/select/_hqLjQ95yx8Z', @@ -144,6 +154,9 @@ class CSNNEIE(InfoExtractor):              'ext': 'mp4',              'title': 'SNC evening update: Wright named Red Sox\' No. 5 starter.',              'description': 'md5:1753cfee40d9352b19b4c9b3e589b9e3', +            'timestamp': 1459369979, +            'upload_date': '20160330', +            'uploader': 'NBCU-SPORTS',          }      } @@ -331,6 +344,7 @@ class MSNBCIE(InfoExtractor):              'thumbnail': 're:^https?://.*\.jpg$',              'timestamp': 1406937606,              'upload_date': '20140802', +            'uploader': 'NBCU-NEWS',              'categories': ['MSNBC/Topics/Franchise/Best of last night', 'MSNBC/Topics/General/Congress'],          },      } diff --git a/youtube_dl/extractor/sbs.py b/youtube_dl/extractor/sbs.py index 2f96477ca..96472fbc4 100644 --- a/youtube_dl/extractor/sbs.py +++ b/youtube_dl/extractor/sbs.py @@ -24,6 +24,9 @@ class SBSIE(InfoExtractor):              'description': 'md5:f250a9856fca50d22dec0b5b8015f8a5',              'thumbnail': 're:http://.*\.jpg',              'duration': 308, +            'timestamp': 1408613220, +            'upload_date': '20140821', +            'uploader': 'SBSC',          },      }, {          'url': 'http://www.sbs.com.au/ondemand/video/320403011771/Dingo-Conservation-The-Feed', @@ -57,6 +60,7 @@ class SBSIE(InfoExtractor):          return {              '_type': 'url_transparent', +            'ie_key': 'ThePlatform',              'id': video_id, -            'url': smuggle_url(theplatform_url, {'force_smil_url': True}), +            'url': smuggle_url(self._proto_relative_url(theplatform_url), {'force_smil_url': True}),          } diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index bf6f82f5a..6da701a39 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -76,6 +76,8 @@ class ThePlatformBaseIE(OnceIE):              'description': info['description'],              'thumbnail': info['defaultThumbnailUrl'],              'duration': int_or_none(info.get('duration'), 1000), +            'timestamp': int_or_none(info.get('pubDate'), 1000) or None, +            'uploader': info.get('billingCode'),          } @@ -94,6 +96,9 @@ class ThePlatformIE(ThePlatformBaseIE):              'title': 'Blackberry\'s big, bold Z30',              'description': 'The Z30 is Blackberry\'s biggest, baddest mobile messaging device yet.',              'duration': 247, +            'timestamp': 1383239700, +            'upload_date': '20131031', +            'uploader': 'CBSI-NEW',          },          'params': {              # rtmp download @@ -107,6 +112,9 @@ class ThePlatformIE(ThePlatformBaseIE):              'ext': 'flv',              'description': 'md5:ac330c9258c04f9d7512cf26b9595409',              'title': 'Tesla Model S: A second step towards a cleaner motoring future', +            'timestamp': 1426176191, +            'upload_date': '20150312', +            'uploader': 'CBSI-NEW',          },          'params': {              # rtmp download @@ -119,6 +127,7 @@ class ThePlatformIE(ThePlatformBaseIE):              'ext': 'mp4',              'description': 'md5:644ad9188d655b742f942bf2e06b002d',              'title': 'HIGHLIGHTS: USA bag first ever series Cup win', +            'uploader': 'EGSM',          }      }, {          'url': 'http://player.theplatform.com/p/NnzsPC/widget/select/media/4Y0TlYUr_ZT7', @@ -135,6 +144,7 @@ class ThePlatformIE(ThePlatformBaseIE):              'thumbnail': 're:^https?://.*\.jpg$',              'timestamp': 1435752600,              'upload_date': '20150701', +            'uploader': 'NBCU-NEWS',          },      }, {          # From http://www.nbc.com/the-blacklist/video/sir-crispin-crandall/2928790?onid=137781#vc137781=1 | 
