aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [cookies] Handle `sqlite` `ImportError` gracefully (#554)Matt Broadway2021-07-231-1/+19
* [downloader] Pass same status object to all `progress_hooks`pukkandan2021-07-231-1/+5
* [youtube] Fix subtitles only being extracted from the first clientpukkandan2021-07-231-10/+15
* Try all clients even if age-gatedpukkandan2021-07-231-6/+2
* [youtube] Disable `get_video_info` age-gate workaroundpukkandan2021-07-231-14/+15
* [youtube] Fix age-gated videos for API clients when cookies are supplied (#545)coletdjnz2021-07-221-1/+2
* [downloader] Pass `info_dict` to `progress_hook`spukkandan2021-07-2213-28/+36
* [cookies] bugfixpukkandan2021-07-221-1/+1
* [version] updatepukkandan2021-07-226-13/+13
* Release 2021.07.21pukkandan2021-07-227-6/+79
* [youtube] Make `--extractor-retries` work for more errorspukkandan2021-07-221-4/+8
* Fix bug where `original_url` was not propagated when `_type`=`url`pukkandan2021-07-221-0/+5
* [youtube] Add debug message for SAPISID cookie extraction (#540)coletdjnz2021-07-211-1/+3
* Add option `--cookies-from-browser` to load cookies from a browser (#488)Matt Broadway2021-07-228-15/+881
* [youtube] Improve extraction of livestream metadatapukkandan2021-07-211-12/+33
* Add field `live_status`pukkandan2021-07-213-1/+21
* bugfix for 50fed816dd5ae970d69d8997eb854d475ed91edepukkandan2021-07-211-3/+4
* [douyin] Add extractor (#513)Philip Xu2021-07-212-0/+146
* [nebula] Authentication via tokens from cookie jar (#537)Henrik Heimbuerger2021-07-211-14/+51
* Add `only_once` param for `write_debug`pukkandan2021-07-211-13/+13
* [utils] Improve `traverse_obj`pukkandan2021-07-212-11/+20
* [youtube] Extract data from multiple clients (#536)pukkandan2021-07-213-321/+394
* Add `only_once` param for `report_warning`pukkandan2021-07-211-6/+10
* Errors in playlist extraction should obey `--ignore-errors`pukkandan2021-07-211-1/+6
* [youtube] Fix controversial videos when requested via API (#533)coletdjnz2021-07-201-16/+15
* [youtube:tab] Fix channels tabpukkandan2021-07-201-0/+1
* [utils] Fix LazyList for Falsey valuespukkandan2021-07-201-2/+2
* [youtube] Make `parse_time_text` and `_extract_chapters` non-fatalpukkandan2021-07-201-2/+5
* [youtube] Sanity check `chapters` (and refactor related code)pukkandan2021-07-201-66/+51
* Rename `NOTE` in `-F` to `MORE INFO`pukkandan2021-07-201-15/+8
* [youtube] Extract even more thumbnails and reduce testingpukkandan2021-07-202-7/+18
* [compat] Remove unnecessary codepukkandan2021-07-202-2944/+87
* [utils] Improve `traverse_obj`pukkandan2021-07-201-10/+38
* [youtube] Extract more thumbnailspukkandan2021-07-205-34/+61
* [crunchyroll:playlist] Force httppukkandan2021-07-201-2/+3
* [docs] fix default of multistreamspukkandan2021-07-191-1/+1
* Add option `--exec-before-download`pukkandan2021-07-194-1/+15
* [pornflip] Add new extractor (#523)mzbaulhaque2021-07-192-0/+83
* [youtube] misc cleanup and bug fixes (#505)coletdjnz2021-07-191-145/+105
* [youtube] Fix session index extraction and headers for non-web player clients...coletdjnz2021-07-181-9/+16
* [youtube] Fix authentication when using multiple accountscoletdjnz2021-07-171-1/+3
* [yahoo:gyao:player] Relax `_VALID_URL` (#503)The Hatsune Daishi2021-07-161-1/+4
* [generic] Extract previously missed subtitles (#515)Felix S2021-07-162-11/+30
* Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"pukkandan2021-07-151-11/+4
* [youtube:tab] Extract playlist availability (#504)coletdjnz2021-07-151-88/+136
* [youtube:comments] Improve comment vote count parsing (fixes #506) (#508)coletdjnz2021-07-141-2/+4
* [RTP] Fix extraction and add subtitles (#497)Felix S2021-07-141-27/+61
* [utils] Improve `js_to_json` comment regexfelix2021-07-142-1/+4
* [extractor] Allow extracting multiple groups in `_search_regex`felix2021-07-141-0/+2
* [youtube] Use android client as default and add age-gate bypass for it (#492)coletdjnz2021-07-141-21/+36