aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/niconico.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-9/+7
| | | | Authored by: coletdjnz, pukkandan
* [extractor/niconico:live] Add extractor (#5764)Lesmiscore2023-05-291-0/+163
| | | Authored by: Lesmiscore
* [extractor/NiconicoSeries] Fix extraction (#6898)sqrtNOT2023-04-251-7/+6
| | | Authored by: sqrtNOT
* [extractor/niconico] Download comments from the new endpoint (#6773)Lesmiscore2023-04-121-15/+39
| | | | Authored by: Lesmiscore
* [extractor/niconico] Add support for like history (#5705)Matumo2023-02-041-10/+16
| | | Authored by: Matumo, pukkandan
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [extractor/niconico] Always use HTTPS for requestsLesmiscore2022-11-071-3/+3
| | | | | | This prevents MITM attacks from malicious parties like insane ISPs Closes #5469
* [docs] Misc improvementspukkandan2022-09-221-2/+1
| | | | Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
* [extractor/niconico:series] Fix extractor (#3935)sqrtNOT2022-06-021-3/+3
| | | Authored by: sqrtNOT
* [Niconico] Support 2FA (#3559)ekangmonyet2022-04-271-10/+22
| | | Authored by: ekangmonyet
* [niconico] Set `expected_protocol` to a public fieldpukkandan2022-04-171-2/+2
| | | | Closes #3440
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Misc fixespukkandan2022-04-051-1/+1
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
* [niconico] Fix extraction of thumbnails and uploader (#3266)Lesmiscore (Naoya Ozaki)2022-04-011-4/+14
|
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-10/+1
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [niconico] Rewrite NiconicoIE (#3018)Lesmiscore (Naoya Ozaki)2022-03-171-306/+233
| | | | Closes https://github.com/yt-dlp/yt-dlp/issues/2636, partially fixes https://github.com/yt-dlp/yt-dlp/issues/367 Authored by: Lesmiscore
* [niconico] Add playlist extractors and refactor (#2915)Lesmiscore (Naoya Ozaki)2022-03-031-34/+153
| | | Authored by: Lesmiscore
* [niconico:tag] Add support for searching tags (#2789)Lesmiscore (Naoya Ozaki)2022-02-161-1/+22
|
* bugfix for 63ccf4ff1a953e1b2a9422406cf8ad3f8aae4cbcpukkandan2021-12-061-4/+4
|
* [lazy_extractors] Fix bug in 2c4aaaddc99dfb57cb3a5395e4d2fff2f4b819a4pukkandan2021-12-031-29/+27
| | | | SearchIEs must not inherit from extractors that have a _VALID_URL defined
* [cleanup] Misc cleanuppukkandan2021-11-291-2/+2
| | | | Closes #1805, closes #1800
* [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-231-1/+0
| | | | and some minor cleanup of docs
* [extractor] Simplify search extractorspukkandan2021-10-121-5/+3
|
* [Niconico] Add Search extractors (#672)animelover19842021-08-281-4/+105
| | | Authored by: animelover1984, pukkandan
* [cleanup] Miscpukkandan2021-08-071-3/+3
|
* [niconico] Fix bug in thumbnail extraction #289CXwudi2021-05-011-1/+1
| | | | Bug from: 6b1d8c1e3038e7f0977ad36027f9f3ff61d27f46 Authored by: CXwudi
* [niconico] Fix HLS formatspukkandan2021-04-281-48/+47
| | | | | | | | | | | | | Closes #171 * The structure of the API JSON was changed * Smile Video seems to be no longer available. So remove the warning * Move ping to downloader * Change heartbeat interval to 40sec * Remove unnecessary API headers Authored-by: CXwudi, tsukumijima, nao20010128nao, pukkandan Tested by: tsukumijima
* [niconico] Fix title and thumbnail extraction (#273)CXwudi2021-04-261-2/+5
| | | Authored by: CXwudi
* Fix inconsistent use of `report_warning`pukkandan2021-04-171-1/+1
|
* [niconico] Fix for when logged inpukkandan2021-03-231-6/+5
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/171#issuecomment-803692716 Co-authored by: CXwudi, xtkoba
* [niconico] Add user extractorpukkandan2021-03-201-1/+38
| | | | Co-authored by: animelover1984
* [niconico] Partial fixpukkandan2021-03-171-97/+108
| | | | | | | | | | | | | | | TODO: Smile formats don't work Extraction code that no longer works needs to be removed Adapted from: https://github.com/animelover1984/youtube-dl/commit/b5eff52dd9ed5565672ea1694b38c9296db3fade by animelover1984 Related: https://github.com/yt-dlp/yt-dlp/issues/171 https://github.com/animelover1984/youtube-dl/issues/29 https://github.com/ytdl-org/youtube-dl/issues/28470
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+649
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan