Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-18 | [bilibili] fix extraction(closes #11077) | Remita Amine | |
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-09-14 | [bilibili] Fix extraction for videos without backup_url (#10647) | Yen Chi Hsuan | |
2016-09-14 | [bilibili] Remove copyrighted test cases | Yen Chi Hsuan | |
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 | |||
2016-09-05 | [bilibili] Simplify | Yen Chi Hsuan | |
2016-08-29 | [bilibili] Support episodes | PeterDing | |
[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 | |||
2016-08-28 | [bilibili] Fix extraction (closes #10375) | Yen Chi Hsuan | |
Thanks @gdkchan for the algorithm | |||
2016-08-24 | [bilibili] Mark as broken | Yen Chi Hsuan | |
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: #10375 | |||
2016-08-08 | [bilibili] Update _TESTS | Yen Chi Hsuan | |
2016-06-08 | [bilibili] Fix for videos without upload time (closes #9710) | Yen Chi Hsuan | |
2016-06-02 | [bilibili] Add _part%d suffixes back (closes #9660) | Yen Chi Hsuan | |
2016-05-29 | [bilibili] Fix extraction, improve and cleanup | Yen Chi Hsuan | |
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2015-12-03 | [bilibili] flake8 | remitamine | |
2015-12-03 | [bilibili] use xpath_text and catch errors in xml document | remitamine | |
2015-12-03 | Merge branch 'master' of https://github.com/rg3/youtube-dl into bilibili | remitamine | |
2015-10-25 | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) | Jaime Marquínez Ferrándiz | |
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). | |||
2015-10-21 | [bilibili] extract multiple backup_urls | remitamine | |
2015-10-17 | [bilibili] add support for specefic page extraction | remitamine | |
2015-10-17 | [bilibili] extract backup url | remitamine | |
2015-10-17 | [bilibili] fix info extraction | remitamine | |
2015-07-18 | [bilibili] Show georestriction error | Sergey M․ | |
2015-06-10 | [bilibili] Fix FutureWarning | Sergey M․ | |
2015-05-27 | [bilibili] Catch API call failures | Yen Chi Hsuan | |
JSON are returned in a failed API call | |||
2015-05-27 | [bilibili] Skip assertion if HQ videos not available | Yen Chi Hsuan | |
2015-04-30 | [bilibili] Extract multipart videos (closes #3250) | Yen Chi Hsuan | |
2015-04-21 | [bilibili] Capture the video-not-exist message | Yen Chi Hsuan | |
2015-01-08 | [bilibili] Fix extraction (Closes #4660) | Sergey M․ | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· 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 | |||
2014-06-18 | [bilibili] Fix extraction | Sergey M․ | |
2014-04-21 | [bilibili] Add preliminary support (#2174) | Philipp Hagemeister | |
The URL http://www.bilibili.tv/video/av636603/index_2.html does not work yet. |