mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
@@ -88,7 +88,7 @@ def _get_package_paths(*root_paths, containing_folder='plugins'):
|
|||||||
candidate = path / parts
|
candidate = path / parts
|
||||||
if candidate.is_dir():
|
if candidate.is_dir():
|
||||||
yield candidate
|
yield candidate
|
||||||
elif path.suffix in ('.zip', '.egg', '.whl'):
|
elif path.suffix in ('.zip', '.egg', '.whl') and path.is_file():
|
||||||
if parts in dirs_in_zip(path):
|
if parts in dirs_in_zip(path):
|
||||||
yield candidate
|
yield candidate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user