Skip to content

Commit

Permalink
Add Art19IE to extractors.py
Browse files Browse the repository at this point in the history
And clean  up sorting
  • Loading branch information
dirkf authored Nov 23, 2024
1 parent 8861912 commit 79abdae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,17 @@
ARDIE,
ARDMediathekIE,
)
from .art19 import (
Art19IE,
Art19ShowIE,
)
from .arnes import ArnesIE
from .arte import (
ArteTVIE,
ArteTVEmbedIE,
ArteTVPlaylistIE,
ArteTVCategoryIE,
)
from .arnes import ArnesIE
from .asiancrush import (
AsianCrushIE,
AsianCrushPlaylistIE,
Expand Down Expand Up @@ -783,7 +787,6 @@
NebulaSubscriptionsIE,
)
from .nerdcubed import NerdCubedFeedIE
from .netzkino import NetzkinoIE
from .neteasemusic import (
NetEaseMusicIE,
NetEaseMusicAlbumIE,
Expand All @@ -793,6 +796,7 @@
NetEaseMusicProgramIE,
NetEaseMusicDjRadioIE,
)
from .netzkino import NetzkinoIE
from .newgrounds import (
NewgroundsIE,
NewgroundsPlaylistIE,
Expand Down

0 comments on commit 79abdae

Please sign in to comment.