mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-16 03:34:05 +00:00
fix _extractors.py linter error
This commit is contained in:
parent
0372246647
commit
fd545b5d8d
1 changed files with 1 additions and 1 deletions
|
@ -208,8 +208,8 @@ from .bandcamp import (
|
||||||
BandcampWeeklyIE,
|
BandcampWeeklyIE,
|
||||||
)
|
)
|
||||||
from .bannedvideo import (
|
from .bannedvideo import (
|
||||||
BannedVideoIE,
|
|
||||||
BannedVideoChannelIE,
|
BannedVideoChannelIE,
|
||||||
|
BannedVideoIE,
|
||||||
BannedVideoPlaylistIE,
|
BannedVideoPlaylistIE,
|
||||||
)
|
)
|
||||||
from .bbc import (
|
from .bbc import (
|
||||||
|
|
Loading…
Add table
Reference in a new issue