2
0
Эх сурвалжийг харах

[extractor/common] Improve is_suitable

In order to fix breakage introduced by a3aa814b774a413d9e7f4fbfadf06fe6dcc59b25
Sergey M․ 9 жил өмнө
parent
commit
40090e8d51

+ 1 - 1
youtube_dl/extractor/common.py

@@ -1786,7 +1786,7 @@ class InfoExtractor(object):
 
         any_restricted = False
         for tc in self.get_testcases(include_onlymatching=False):
-            if 'playlist' in tc:
+            if tc.get('playlist', []):
                 tc = tc['playlist'][0]
             is_restricted = age_restricted(
                 tc.get('info_dict', {}).get('age_limit'), age_limit)