[YoutubeDL] Fix format selection with filters (Closes #10083)
[youtube-dl] / youtube_dl / extractor / nationalgeographic.py
index ed76798aa6f85d4edaff439cad1cfed442e7f8f0..e717abb9fa44fbb70b7cd8d7068e989b662648de 100644 (file)
@@ -105,7 +105,7 @@ class NationalGeographicChannelIE(ThePlatformIE):
             webpage, 'release url')
         query = {
             'mbr': 'true',
-            'manifest': 'm3u',
+            'switch': 'http',
         }
         is_auth = self._search_regex(r'video_is_auth\s*=\s*"([^"]+)"', webpage, 'is auth', fatal=False)
         if is_auth == 'auth':