summaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/niconico.py
AgeCommit message (Expand)Author
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2018-09-01[niconico] Fix extraction on python3 (closes #17393)Gorfiend
2018-05-26remove unnecessary assignment parenthesisRemita Amine
2017-10-15[niconico] Improve uploader metadata extraction robustness (closes #14135)Pawit Pornkitprasan
2017-08-07[niconico] Support videos with multiple formats (closes #13522)Yen Chi Hsuan
2017-08-06[niconico] Support HTML5-only videos (closes #13806)Yen Chi Hsuan
2017-07-23[niconico] improve error reporting (#13696)Yen Chi Hsuan
2017-07-11[niconico] Check login errors (#12486)Yen Chi Hsuan
2017-06-25[niconico] fix sp subdomain linksLuca Steeb
2017-01-15[niconico] Allow login via cookiesYen Chi Hsuan
2017-01-15[niconico] Remove codes for downloading anonymouslyYen Chi Hsuan
2016-10-03Unify coding cookieDéstin Reed
2016-09-14Improve some _VALID_URLsstepshal
2016-03-26Use urlencode_postdata across the codebaseSergey M․
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
2015-09-06[niconico] Use encode_dictSergey M․
2015-06-15[niconico] Simplify format infoSergey M․
2015-06-14Quality note for niconico - at least notify whether you'll get low or srcchaoskagami
2015-04-30[niconico] Fix so* video extraction (fixes #4874) (#2087)Yen Chi Hsuan
2015-04-30[niconico] Try to extract all optional fields from various sourcesYen Chi Hsuan
2015-04-30[niconico] Remove credentials from tests and enhance title extractionYen Chi Hsuan
2015-04-30[niconico] Fix extraction and update tests (closes #5511)Yen Chi Hsuan
2015-03-20[niconico] Add nm video testSergey M․
2015-03-18fix nm video DL issue when logged inTodoroki
2015-03-18fix nm video DL issue when logged inTodoroki
2015-03-09[niconico] Use '_match_id'Jaime Marquínez Ferrándiz
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-08[niconico:playlist] Use the same video url the webpage uses (closes #4133)Jaime Marquínez Ferrándiz
2014-11-05[niconico] Catch deleted videos (closes #4064)Jaime Marquínez Ferrándiz
2014-10-29[niconico] Add extractor for playlists (closes #4043)Jaime Marquínez Ferrándiz
2014-10-12[niconico] Fix ignored --netrc flagNaglis Jonaitis
2014-07-04[niconico] Remove unused importSergey M․
2014-07-04Merge pull request #3180 from hakatashi/niconico-without-authenticationSergey M.
2014-07-04[niconico] Extract more metadata and simplify (Closes #3181)Sergey M․
2014-07-02[niconico] Add support for channel videohakatashi
2014-07-02[niconico] Download without authenticationhakatashi
2014-03-27[niconico] ModernizeJaime Marquínez Ferrándiz
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-24[niconico] Clarify downloadPhilipp Hagemeister
2013-11-24[niconico] Simplify and make work with old Python versionsPhilipp Hagemeister
2013-11-23Add support for niconicoTakuya Tsuchida