Add bilibili support

This commit is contained in:
nonamethanks
2022-11-04 12:11:08 +01:00
parent a244ec5a3b
commit fc4d620002
5 changed files with 415 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ module Source
Source::URL::Weibo,
Source::URL::Anifty,
Source::URL::Furaffinity,
Source::URL::Bilibili,
]
# Parse a URL into a subclass of Source::URL, or raise an exception if the URL is not a valid HTTP or HTTPS URL.