From a58d7f28267105e15136d51f52537f16ef90c764 Mon Sep 17 00:00:00 2001 From: dirkf Date: Thu, 10 Nov 2022 16:20:51 +0000 Subject: [PATCH] Trigger CI tests? --- youtube_dl/extractor/veejoy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/veejoy.py b/youtube_dl/extractor/veejoy.py index 1d89c66f0..91f26c505 100644 --- a/youtube_dl/extractor/veejoy.py +++ b/youtube_dl/extractor/veejoy.py @@ -111,9 +111,9 @@ class VeejoyIE(InfoExtractor): if not f_url: continue ext = determine_ext(f_url) - transcodingFormat = try_get(asset_format, lambda x: x['transcodingFormat'], dict) or {} + transcodingFormat = try_get(asset_format, lambda x: x['transcodingFormat'], dict) - if transcodingFormat == {}: + if not transcodingFormat: continue label = strip_or_none(transcodingFormat.get('label') or '').split('-')