[theplatform] Add test for #7385
authorSergey M․ <dstftw@gmail.com>
Sun, 15 Nov 2015 18:28:04 +0000 (00:28 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 15 Nov 2015 18:28:04 +0000 (00:28 +0600)
youtube_dl/extractor/theplatform.py

index 114c70b7ce42eebd22766506de4de6a4359d86d2..43315e75db76311d09983b98f2f52cedd0b5bb20 100644 (file)
@@ -139,6 +139,11 @@ class ThePlatformIE(ThePlatformBaseIE):
             'upload_date': '20150701',
             'categories': ['Today/Shows/Orange Room', 'Today/Sections/Money', 'Today/Topics/Tech', "Today/Topics/Editor's picks"],
         },
+    }, {
+        # From http://www.nbc.com/the-blacklist/video/sir-crispin-crandall/2928790?onid=137781#vc137781=1
+        # geo-restricted (US), HLS encrypted with AES-128
+        'url': 'http://player.theplatform.com/p/NnzsPC/onsite_universal/select/media/guid/2410887629/2928790?fwsitesection=nbc_the_blacklist_video_library&autoPlay=true&carouselID=137781',
+        'only_matching': True,
     }]
 
     @staticmethod