mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
Fix order of new extractor
This commit is contained in:
parent
9f3feaa9a5
commit
3aa60c8861
1 changed files with 1 additions and 1 deletions
|
@ -1462,11 +1462,11 @@
|
|||
from .photobucket import PhotobucketIE
|
||||
from .piapro import PiaproIE
|
||||
from .piaulizaportal import PIAULIZAPortalIE
|
||||
from .pietsmiet import PietsmietIE
|
||||
from .picarto import (
|
||||
PicartoIE,
|
||||
PicartoVodIE,
|
||||
)
|
||||
from .pietsmiet import PietsmietIE
|
||||
from .piksel import PikselIE
|
||||
from .pinkbike import PinkbikeIE
|
||||
from .pinterest import (
|
||||
|
|
Loading…
Reference in a new issue