Browse Source

[AENetworks] update AENetworksShowIE test playlist id (#27851)

Adrian Heine né Lang 4 years ago
parent
commit
8bf9591a70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/aenetworks.py

+ 1 - 1
youtube_dl/extractor/aenetworks.py

@@ -252,7 +252,7 @@ class AENetworksShowIE(AENetworksListBaseIE):
     _TESTS = [{
         'url': 'http://www.history.com/shows/ancient-aliens',
         'info_dict': {
-            'id': 'SH012427480000',
+            'id': 'SERIES1574',
             'title': 'Ancient Aliens',
             'description': 'md5:3f6d74daf2672ff3ae29ed732e37ea7f',
         },