Commit Graph

41 Commits (820215f0e34813089d559fed24a398d9e91810e0)

Author SHA1 Message Date
Remita Amine 4bc15a68d1 [bilibili] add support audio albums and songs(closes )
Sergey M․ c9a0ea6e51
[bilibili] Update keys (closes )
Sergey M․ 61cb66830f
[bilibili] Restrict cid regex (closes , closes )
Sergey M․ 95a1322bc1
[bilibili] Remove debug from player params regexes
Sergey M․ d123960857
[bilibili] Switch to v2 playurl API
Sergey M․ 3526c3043b
[bilibili] Fix and improve extraction (closes , closes , closes , closes )
Luca Steeb 3a513f29ad fix bilibili extraction (closes )
Yen Chi Hsuan ca27037171
[bilibili] Fix extraction of videos with double quotes in titles
Closes 
Yen Chi Hsuan 228cd9bb90
[bilibili] Fix video downloading (closes )
Yen Chi Hsuan bd8f48c78b
[bilibili] Support new Bangumi URLs (closes )
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 :

http://bangumi.bilibili.com/anime/v/40062
Remita Amine baa3e1845b [bilibili] fix extraction(closes )
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
Yen Chi Hsuan 86d68f906e
[bilibili] Fix extraction for videos without backup_url ()
Yen Chi Hsuan 4875ff6847
[bilibili] Remove copyrighted test cases
I can't find any English or Chinese material that claims BiliBili has
bought legal redistribution permissions for copyrighted products from
copyrighted holders.

References for removed test cases:
"刀语": https://en.wikipedia.org/wiki/Katanagatari, by White Fox
"哆啦A梦": https://en.wikipedia.org/wiki/Doraemon, by Shin-Ei Animation
"岳父岳母真难当": https://en.wikipedia.org/wiki/Serial_(Bad)_Weddings, by Les films du 24
"混沌武士": https://en.wikipedia.org/wiki/Samurai_Champloo, by Manglobe

I shouldn't have added them to _TESTS
Yen Chi Hsuan 1f85029d82
[bilibili] Simplify
PeterDing 7be15d4097 [bilibili] Support episodes
[extractor/bilibili] add md5 for testing

[extractor/bilibili] remove unnecessary headers

[extractor/bilibili] correct _TESTS; find thumbnail for episode

[extractor/bilibili] [Fix] restore removed tests
Yen Chi Hsuan 04b32c8f96
[bilibili] Fix extraction (closes )
Thanks @gdkchan for the algorithm
Yen Chi Hsuan 97653f81b2 [bilibili] Mark as broken
Bilibili now uses emscripten, which is very difficult for reverse
engineering. I don't expect it to be fixed in near future, so I mark
it as broken.

Ref: 
Yen Chi Hsuan 412abb8760
[bilibili] Update _TESTS
Yen Chi Hsuan 7264e38591
[bilibili] Fix for videos without upload time (closes )
Yen Chi Hsuan ad73083ff0
[bilibili] Add _part%d suffixes back (closes )
Yen Chi Hsuan 6461f2b7ec
[bilibili] Fix extraction, improve and cleanup
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
remitamine 6612a34939 [bilibili] flake8
remitamine 76ab842d9b [bilibili] use xpath_text and catch errors in xml document
remitamine 640bb54e73 Merge branch 'master' of https://github.com/rg3/youtube-dl into bilibili
Jaime Marquínez Ferrándiz 36e6f62cd0 Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x ()
Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
remitamine 497f5fd93f [bilibili] extract multiple backup_urls
remitamine 520e753390 [bilibili] add support for specefic page extraction
remitamine 55af2b26e0 [bilibili] extract backup url
remitamine d90e40305b [bilibili] fix info extraction
Sergey M․ c6b68648f4 [bilibili] Show georestriction error
Sergey M․ f98470df69 [bilibili] Fix FutureWarning
Yen Chi Hsuan 6d00a2dcd1 [bilibili] Catch API call failures
JSON are returned in a failed API call
Yen Chi Hsuan b535170b21 [bilibili] Skip assertion if HQ videos not available
Yen Chi Hsuan c4a21bc9db [bilibili] Extract multipart videos (closes )
Yen Chi Hsuan 24e21613b6 [bilibili] Capture the video-not-exist message
Sergey M․ 58a84b8cb6 [bilibili] Fix extraction (Closes )
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
Sergey M․ def8b4039f [bilibili] Fix extraction
Philipp Hagemeister 28746fbd59 [bilibili] Add preliminary support ()
The URL http://www.bilibili.tv/video/av636603/index_2.html does not work yet.