Explorar o código

Adapt age restriction tests to new .info.json filenames

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
f99e0f1ed6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test_age_restriction.py

+ 1 - 1
test/test_age_restriction.py

@@ -24,7 +24,7 @@ def _download_restricted(url, filename, age):
     }
     ydl = YoutubeDL(params)
     ydl.add_default_info_extractors()
-    json_filename = filename + '.info.json'
+    json_filename = os.path.splitext(filename)[0] + '.info.json'
     try_rm(json_filename)
     ydl.download([url])
     res = os.path.exists(json_filename)