aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/bilibili.py
AgeCommit message (Collapse)Author
2015-12-03[bilibili] flake8remitamine
2015-12-03[bilibili] use xpath_text and catch errors in xml documentremitamine
2015-12-03Merge branch 'master' of https://github.com/rg3/youtube-dl into bilibiliremitamine
2015-10-25Use 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_urlsremitamine
2015-10-17[bilibili] add support for specefic page extractionremitamine
2015-10-17[bilibili] extract backup urlremitamine
2015-10-17[bilibili] fix info extractionremitamine
2015-07-18[bilibili] Show georestriction errorSergey M․
2015-06-10[bilibili] Fix FutureWarningSergey M․
2015-05-27[bilibili] Catch API call failuresYen Chi Hsuan
JSON are returned in a failed API call
2015-05-27[bilibili] Skip assertion if HQ videos not availableYen Chi Hsuan
2015-04-30[bilibili] Extract multipart videos (closes #3250)Yen Chi Hsuan
2015-04-21[bilibili] Capture the video-not-exist messageYen Chi Hsuan
2015-01-08[bilibili] Fix extraction (Closes #4660)Sergey M․
2014-12-13Fix imports and general cleanupPhilipp 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 extractionSergey 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.