eaf_base_api 3.2.2__tar.gz → 3.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/PKG-INFO +1 -1
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/base.py +4 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/pyproject.toml +1 -1
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/LICENSE +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/README.md +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/__init__.py +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/modules/__init__.py +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/modules/config.py +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/modules/errors.py +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/modules/logger.py +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/modules/progress_bars.py +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/modules/static_functions.py +0 -0
- {eaf_base_api-3.2.2 → eaf_base_api-3.2.3}/base_api/modules/type_hints.py +0 -0
|
@@ -1202,6 +1202,10 @@ a new Python file, import only m3u8 and see what error you get.
|
|
|
1202
1202
|
self.logger.debug("download: no callback provided, using default text progress bar")
|
|
1203
1203
|
|
|
1204
1204
|
m3u8_url = getattr(video, "m3u8_base_url", None)
|
|
1205
|
+
|
|
1206
|
+
if asyncio.iscoroutine(m3u8_url):
|
|
1207
|
+
m3u8_url = await m3u8_url # For youporn api
|
|
1208
|
+
|
|
1205
1209
|
self.logger.info(
|
|
1206
1210
|
"""
|
|
1207
1211
|
Download requested: quality=%s path=%s remux=%s max_workers=%s
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|