Skip to content

Commit

Permalink
[extractor/bilibili] Fix BilibiliIE and Bangumi extractors (#4945)
Browse files Browse the repository at this point in the history
Closes #1878, #4071, #4397
Authored by: lockmatrix, pukkandan
  • Loading branch information
lockmatrix committed Oct 25, 2022
1 parent e091fb9 commit ad97487
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 429 deletions.
3 changes: 2 additions & 1 deletion yt_dlp/extractor/_extractors.py
Expand Up @@ -187,9 +187,10 @@
from .bild import BildIE
from .bilibili import (
BiliBiliIE,
BiliBiliBangumiIE,
BiliBiliBangumiMediaIE,
BiliBiliSearchIE,
BilibiliCategoryIE,
BiliBiliBangumiIE,
BilibiliAudioIE,
BilibiliAudioAlbumIE,
BiliBiliPlayerIE,
Expand Down

0 comments on commit ad97487

Please sign in to comment.