aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* [cleanup] Minor fixespukkandan2022-01-211-1/+1
| | | | Closes #2334
* [Ted] Rewrite extractor (#2359)trasssh2022-01-191-2/+2
| | | | Closes #2343 Authored by: pukkandan, trassshhub
* [utils] Handle `ss:xxx` in `parse_duration`pukkandan2022-01-191-0/+2
| | | | Closes #2388
* [test] Fix TestVerboseOutputpukkandan2022-01-101-8/+8
| | | | Closes #2269
* [utils] Improve `get_elements_text_and_html_by_attribute` regex (#2280)Zenon Mousmoulas2022-01-091-3/+3
| | | Authored by: zmousm, pukkandan
* [youtube] Update testspukkandan2022-01-071-0/+4
|
* [utils] Improve parsing for nested HTML elements (#2129)Zenon Mousmoulas2022-01-061-15/+92
| | | | | and add functions to return the HTML of elements Authored by: zmousm
* [cleanup] Misc cleanuppukkandan2022-01-041-0/+1
|
* Allow multiple and nested configuration filespukkandan2022-01-042-26/+10
|
* Add key `requested_downloads` in the root `info_dict`pukkandan2022-01-032-2/+3
|
* [extractor] Extract chapters from JSON-LD (#2031)chris2022-01-021-0/+59
| | | Authored by: iw0nderhow, pukkandan
* [extractor] Extract thumbnails from JSON-LD (#2195)nixxo2022-01-021-0/+26
| | | Authored by: nixxo
* [KelbyOne] Add extractor (#2181)Ashish Gupta2022-01-011-1/+1
| | | | | Closes #2170 Authored by: Ashish0804
* [outtmpl] Alternate form for `D` and fix suffix's casepukkandan2021-12-301-2/+4
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/2085#issuecomment-1002247689, https://github.com/yt-dlp/yt-dlp/pull/2132/files#r775729811
* [utils] Fix `format_bytes` output for Bytes (#2132)Pierre Mdawar2021-12-281-0/+13
| | | | Authored by: pukkandan, mdawar
* [cookies] Support other keyrings (#2032)Matt Broadway2021-12-271-2/+34
| | | Authored by: mbway
* [utils] Improve `parse_count`pukkandan2021-12-251-0/+7
|
* [outtmpl] Change filename sanitization type to `S`pukkandan2021-12-231-2/+2
| | | | | `F` is already used for float! Bug in e0fd95737d1a3c4a2bfb470c5408a396c8545ca5
* [cleanup] Misc cleanuppukkandan2021-12-232-1/+5
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [outtmpl] Add alternate forms `F`, `D`pukkandan2021-12-231-5/+10
| | | | | | | | | and improve `id` detection F = sanitize as filename (# = restricted) D = add Decimal suffixes Closes #2085, 2081
* [test/download] Split `sanitize_got_info_dict` into a separate functionpukkandan2021-12-191-19/+25
| | | | so that it can be used by third party scripts
* [outtmpl] Add operator `&` for replacement text (#2012)PilzAdam2021-12-181-0/+5
| | | Authored by: PilzAdam
* [extractor] Support default implicit graph in JSON-LD (#1983)Zenon Mousmoulas2021-12-171-15/+84
| | | | | | | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/30229 Per W3C JSON-LD v1.1 ยง4.9 (non-normative ref): When a JSON-LD document's top-level structure is a map that contains no other keys than @graph and optionally @context (properties that are not mapped to an IRI or a keyword are ignored), @graph is considered to express the otherwise implicit default graph. Authored by: zmousm
* [test/download] Ignore field `webpage_url_domain` (#2014)std-move2021-12-161-1/+1
| | | Authored by: std-move
* [test/download] Add more fieldspukkandan2021-12-151-4/+41
|
* [SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari2021-12-091-2/+2
| | | Authored by: nihil-admirari, pukkandan
* [jsinterp] Fix splice to handle floatpukkandan2021-11-231-0/+4
| | | | | Needed for new youtube js player f1ca6900 Closes #1767
* [utils] Fix error when copying `LazyList`pukkandan2021-11-201-5/+5
|
* [utils] Allow alignment in `render_table`pukkandan2021-11-201-1/+38
| | | | and add tests
* [AES] Add ECB mode (#1686)The Hatsune Daishi2021-11-191-1/+17
| | | | Needed for #1688 Authored by: nao20010128nao
* [tests] Fix testspukkandan2021-11-193-13/+14
|
* [cleanup] Minor cleanuppukkandan2021-11-191-0/+4
| | | | Closes #1696, Closes #1673
* [outtmpl] Add alternate forms for `q` and `j`pukkandan2021-11-101-5/+10
|
* [outtmpl] Do not traverse `None`pukkandan2021-11-081-0/+1
| | | | Closes #1585
* [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
| | | | | Based on: https://github.com/ytdl-org/youtube-dl/pull/24649 Fixes: https://github.com/ytdl-org/youtube-dl/issues/24440 Authored by: damianoamatruda, nixklai
* [utils] Standardize timestamp formatting codepukkandan2021-10-191-4/+4
| | | | Closes #1285
* 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
| | | | Closes #1309
* [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
| | | | | | | | | | | * Separate `--console-title` and `--no-progress` * Add option `--progress` to show progress-bar even in quiet mode * Fix and refactor `minicurses` * Use `minicurses` for all progress reporting * Standardize use of terminal sequences and enable color support for windows 10 * Add option `--progress-template` to customize progress-bar and console-title * Add postprocessor hooks and progress reporting Closes: #906, #901, #1085, #1170
* [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
|