aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/niconico.py
Commit message (Expand)AuthorAgeFilesLines
* [niconico] Improve uploader metadata extraction robustness (closes #14135)Pawit Pornkitprasan2017-10-151-4/+25
* [niconico] Support videos with multiple formats (closes #13522)Yen Chi Hsuan2017-08-071-17/+144
* [niconico] Support HTML5-only videos (closes #13806)Yen Chi Hsuan2017-08-061-43/+87
* [niconico] improve error reporting (#13696)Yen Chi Hsuan2017-07-231-0/+3
* [niconico] Check login errors (#12486)Yen Chi Hsuan2017-07-111-13/+17
* [niconico] fix sp subdomain linksLuca Steeb2017-06-251-1/+4
* [niconico] Allow login via cookiesYen Chi Hsuan2017-01-151-11/+7
* [niconico] Remove codes for downloading anonymouslyYen Chi Hsuan2017-01-151-20/+7
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
* Use urlencode_postdata across the codebaseSergey M․2016-03-261-1/+2
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-4/+3
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-3/+3
* [niconico] Use encode_dictSergey M․2015-09-061-4/+2
* [niconico] Simplify format infoSergey M․2015-06-151-8/+1
* Quality note for niconico - at least notify whether you'll get low or srcchaoskagami2015-06-141-0/+6
* [niconico] Fix so* video extraction (fixes #4874) (#2087)Yen Chi Hsuan2015-04-301-1/+16
* [niconico] Try to extract all optional fields from various sourcesYen Chi Hsuan2015-04-301-6/+51
* [niconico] Remove credentials from tests and enhance title extractionYen Chi Hsuan2015-04-301-13/+4
* [niconico] Fix extraction and update tests (closes #5511)Yen Chi Hsuan2015-04-301-20/+52
* [niconico] Add nm video testSergey M․2015-03-201-2/+19
* fix nm video DL issue when logged inTodoroki2015-03-181-0/+1
* fix nm video DL issue when logged inTodoroki2015-03-181-2/+1
* [niconico] Use '_match_id'Jaime Marquínez Ferrándiz2015-03-091-3/+2
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-4/+6
* PEP8: applied even more rulesJouke Waleson2014-11-231-3/+3
* [niconico:playlist] Use the same video url the webpage uses (closes #4133)Jaime Marquínez Ferrándiz2014-11-081-1/+2
* [niconico] Catch deleted videos (closes #4064)Jaime Marquínez Ferrándiz2014-11-051-0/+4
* [niconico] Add extractor for playlists (closes #4043)Jaime Marquínez Ferrándiz2014-10-291-0/+34
* [niconico] Fix ignored --netrc flagNaglis Jonaitis2014-10-121-8/+9
* [niconico] Remove unused importSergey M․2014-07-041-1/+0
* Merge pull request #3180 from hakatashi/niconico-without-authenticationSergey M.2014-07-041-8/+31
|\
| * [niconico] Download without authenticationhakatashi2014-07-021-8/+31
* | [niconico] Extract more metadata and simplify (Closes #3181)Sergey M․2014-07-041-27/+32
* | [niconico] Add support for channel videohakatashi2014-07-021-10/+8
|/
* [niconico] ModernizeJaime Marquínez Ferrándiz2014-03-271-43/+38
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-7/+3
* [niconico] Clarify downloadPhilipp Hagemeister2013-11-241-3/+3
* [niconico] Simplify and make work with old Python versionsPhilipp Hagemeister2013-11-241-90/+31
* Add support for niconicoTakuya Tsuchida2013-11-231-0/+190