aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [youtube:comments] Fix `is_favorited` (#491)coletdjnz2021-07-121-2/+3
* [vlive] Extract thumbnail directly in addition to the one from Naverpukkandan2021-07-121-1/+7
* [metadatafromfield] Do not detect numbers as field namespukkandan2021-07-121-2/+2
* [webtt] Fix timestampspukkandan2021-07-121-6/+5
* [youtube:comments] Move comment extraction to new API (#466)coletdjnz2021-07-122-217/+242
* [BravoTV] Improve metadata extraction (#483)Kevin O'Connor2021-07-111-3/+33
* [embedthumbnail] Fix `_get_thumbnail_resolution`pukkandan2021-07-112-7/+7
* Improve `traverse_obj`pukkandan2021-07-111-22/+34
* [FFmpegMetadata] Add language of each streampukkandan2021-07-111-28/+40
* [utils] Add `variadic`pukkandan2021-07-114-27/+15
* [VIKI] Rewrite extractors (#475)zackmark292021-07-102-209/+118