aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bilibili.py
Commit message (Collapse)AuthorAgeFilesLines
* fix bilibili extraction (closes #15171)Luca Steeb2018-01-081-1/+7
|
* [bilibili] Fix extraction of videos with double quotes in titlesYen Chi Hsuan2017-06-151-1/+17
| | | | Closes #13387
* [bilibili] Fix video downloading (closes #13001)Yen Chi Hsuan2017-05-061-0/+5
|
* [bilibili] Support new Bangumi URLs (closes #11845)Yen Chi Hsuan2017-02-021-10/+125
| | | | | | | | 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
* [bilibili] fix extraction(closes #11077)Remita Amine2017-01-181-2/+2
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* [bilibili] Fix extraction for videos without backup_url (#10647)Yen Chi Hsuan2016-09-141-1/+1
|
* [bilibili] Remove copyrighted test casesYen Chi Hsuan2016-09-141-59/+2
| | | | | | | | | | | | | | 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
* [bilibili] SimplifyYen Chi Hsuan2016-09-051-17/+10
|
* [bilibili] Support episodesPeterDing2016-08-291-7/+33
| | | | | | | | | | [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
* [bilibili] Fix extraction (closes #10375)Yen Chi Hsuan2016-08-281-64/+36
| | | | Thanks @gdkchan for the algorithm
* [bilibili] Mark as brokenYen Chi Hsuan2016-08-241-0/+2
| | | | | | | | 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
* [bilibili] Update _TESTSYen Chi Hsuan2016-08-081-56/+16
|
* [bilibili] Fix for videos without upload time (closes #9710)Yen Chi Hsuan2016-06-081-0/+17
|
* [bilibili] Add _part%d suffixes back (closes #9660)Yen Chi Hsuan2016-06-021-0/+59
|
* [bilibili] Fix extraction, improve and cleanupYen Chi Hsuan2016-05-291-43/+86
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [bilibili] flake8remitamine2015-12-031-6/+2
|
* [bilibili] use xpath_text and catch errors in xml documentremitamine2015-12-031-14/+11
|
* Merge branch 'master' of https://github.com/rg3/youtube-dl into bilibiliremitamine2015-12-031-2/+4
|\
| * Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-251-2/+4
| | | | | | | | 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).
* | [bilibili] extract multiple backup_urlsremitamine2015-10-211-8/+9
| |
* | [bilibili] add support for specefic page extractionremitamine2015-10-171-22/+23
| |
* | [bilibili] extract backup urlremitamine2015-10-171-3/+11
| |
* | [bilibili] fix info extractionremitamine2015-10-171-94/+57
|/
* [bilibili] Show georestriction errorSergey M․2015-07-181-2/+9
|
* [bilibili] Fix FutureWarningSergey M․2015-06-101-1/+1
|
* [bilibili] Catch API call failuresYen Chi Hsuan2015-05-271-1/+11
| | | | JSON are returned in a failed API call
* [bilibili] Skip assertion if HQ videos not availableYen Chi Hsuan2015-05-271-3/+5
|
* [bilibili] Extract multipart videos (closes #3250)Yen Chi Hsuan2015-04-301-25/+49
|
* [bilibili] Capture the video-not-exist messageYen Chi Hsuan2015-04-211-0/+3
|
* [bilibili] Fix extraction (Closes #4660)Sergey M․2015-01-081-38/+29
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-4/+3
| | | | | | | | · 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
* [bilibili] Fix extractionSergey M․2014-06-181-2/+2
|
* [bilibili] Add preliminary support (#2174)Philipp Hagemeister2014-04-211-0/+106
The URL http://www.bilibili.tv/video/av636603/index_2.html does not work yet.