aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* Allow entire infodict to be printed using `%()s`pukkandan2021-08-071-10/+17
* Fix bugs related to `sanitize_info`pukkandan2021-08-071-2/+15
* Add regex to `--match-filter`pukkandan2021-08-051-12/+42
* Add all format filtering operators also to `--match-filter`Max Teegen2021-08-051-1/+11
* [test:download] Support testing with `ignore_no_formats_error`pukkandan2021-08-022-3/+11
* [utils] Fix slicing of reversed `LazyList`pukkandan2021-08-011-0/+4
* Add format types `j`, `l`, `q` for outtmplpukkandan2021-07-291-6/+22
* Expand and escape environment variables correctly in outtmplpukkandan2021-07-291-5/+14
* [youtube] Simplify `_get_text` earlypukkandan2021-07-241-0/+1
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-2311-12/+48