aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [utils] Improve `parse_count`pukkandan2021-12-251-0/+7
* [outtmpl] Change filename sanitization type to `S`pukkandan2021-12-231-2/+2
* [cleanup] Misc cleanuppukkandan2021-12-232-1/+5
* [outtmpl] Add alternate forms `F`, `D`pukkandan2021-12-231-5/+10
* [test/download] Split `sanitize_got_info_dict` into a separate functionpukkandan2021-12-191-19/+25
* [outtmpl] Add operator `&` for replacement text (#2012)PilzAdam2021-12-181-0/+5
* [extractor] Support default implicit graph in JSON-LD (#1983)Zenon Mousmoulas2021-12-171-15/+84
* [test/download] Ignore field `webpage_url_domain` (#2014)std-move2021-12-161-1/+1
* [test/download] Add more fieldspukkandan2021-12-151-4/+41
* [SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari2021-12-091-2/+2
* [jsinterp] Fix splice to handle floatpukkandan2021-11-231-0/+4
* [utils] Fix error when copying `LazyList`pukkandan2021-11-201-5/+5
* [utils] Allow alignment in `render_table`pukkandan2021-11-201-1/+38
* [AES] Add ECB mode (#1686)The Hatsune Daishi2021-11-191-1/+17
* [tests] Fix testspukkandan2021-11-193-13/+14
* [cleanup] Minor cleanuppukkandan2021-11-191-0/+4
* [outtmpl] Add alternate forms for `q` and `j`pukkandan2021-11-101-5/+10
* [outtmpl] Do not traverse `None`pukkandan2021-11-081-0/+1
* [test/download] Fallback test to `bv`pukkandan2021-11-061-1/+1
* [jsinterp] Handle default in switch betterpukkandan2021-11-032-1/+20
* [youtube] Fix throttling by decrypting n-sig (#1437)pukkandan2021-10-312-24/+96
* [microsoftstream] Add extractor (#1201)Damiano Amatruda2021-10-221-2/+5
* [utils] Standardize timestamp formatting codepukkandan2021-10-191-4/+4
* Add HDR information to formatspukkandan2021-10-181-0/+22
* Reduce default `--socket-timeout`pukkandan2021-10-181-1/+0
* [utils] Allow duration strings in filterpukkandan2021-10-171-0/+1
* [outtmpl] Fix bug in expanding environment variablespukkandan2021-10-131-0/+6
* [cleanup] Misc cleanuppukkandan2021-10-091-3/+3
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-2/+1
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-301-0/+2
* [outtmpl] Alternate form of format type `l` for `\n` delimited listpukkandan2021-09-271-0/+1
* [outtmpl] Format type `U` for unicode normalizationpukkandan2021-09-261-1/+5
* Allow `0` in `--playlist-items`pukkandan2021-09-251-0/+1
* [test/cookies] Improve loggingpukkandan2021-09-191-5/+18
* [aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi2021-09-192-8/+43
* [SponsorBlock] Improve merge algorithm (#999)Nil Admirari2021-09-191-1/+33
* Allow alternate fields in outtmplpukkandan2021-09-181-0/+6
* [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-181-2/+2
* Add format type `B` for outtmpl to treat the value as bytespukkandan2021-09-181-0/+2
* [pbs] Fix subtitle extraction (#813)coletdjnz2021-09-081-0/+38
* Native SponsorBlock implementation and related improvements (#360)Nil Admirari2021-09-021-0/+460
* [Niconico] Add Search extractors (#672)animelover19842021-08-281-0/+0
* [youtube] Remove annotations and deprecate `--write-annotations` (#765)coletdjnz2021-08-241-0/+0
* [utils] Add `parse_qs`pukkandan2021-08-231-24/+21
* Fix `playlist_index` not obeying `playlist_start`pukkandan2021-08-171-46/+23
* Let `--match-filter` reject entries earlypukkandan2021-08-171-3/+9
* Misc fixes - See descpukkandan2021-08-102-8/+8
* Add option `--replace-in-metadata`pukkandan2021-08-101-17/+16
* [cleanup] Miscpukkandan2021-08-071-1/+2
* [tests:download] Add batch testing for extractorspukkandan2021-08-071-6/+28