[bilibili] Support new Bangumi URLs (closes #11845)

To reduce complexity, I don't support old Bangumi URLs directly via
_VALID_URL. Instead, I choose to let it go to generic redirection. An
example can be found in #10190:

http://bangumi.bilibili.com/anime/v/40062
This commit is contained in:
Yen Chi Hsuan 2017-02-02 21:51:31 +08:00
parent 81aeafeb44
commit bd8f48c78b
No known key found for this signature in database
GPG key ID: 7F902A182457CA23
3 changed files with 134 additions and 11 deletions

View file

@ -103,7 +103,10 @@ from .beatport import BeatportIE
from .bet import BetIE
from .bigflix import BigflixIE
from .bild import BildIE
from .bilibili import BiliBiliIE
from .bilibili import (
BiliBiliIE,
BiliBiliBangumiIE,
)
from .biobiochiletv import BioBioChileTVIE
from .biqle import BIQLEIE
from .bleacherreport import (