minor improvements

This commit is contained in:
msramalho
2025-06-08 14:16:21 +01:00
parent 18cc05a2fe
commit 1f2d637928
2 changed files with 5 additions and 6 deletions

View File

@@ -52,12 +52,12 @@ authentication:
username: myusername
password: 123
facebook.com:
cookie: single_cookie
facebook.com:
cookie: single_cookie
othersite.com:
api_key: 123
api_secret: 1234
othersite.com:
api_key: 123
api_secret: 1234
```

View File

@@ -371,7 +371,6 @@ class GenericExtractor(Extractor):
data = ydl.extract_info(url, ie_key=info_extractor.ie_key(), download=True)
except MaxDownloadsReached: # proceed as normal once MaxDownloadsReached is raised
pass
logger.success(data)
if "entries" in data:
entries = data.get("entries", [])