aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/niconico.py
Commit message (Collapse)AuthorAgeFilesLines
* [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