index
:
slackcoder/yt-dlp
master
A feature-rich command-line audio/video downloader
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_YoutubeDL.py
Age
Commit message (
Expand
)
Author
2022-09-03
[outtmpl] Curly braces to filter keys
pukkandan
2022-09-01
[cleanup] Misc
pukkandan
2022-08-05
Fix tests for 989a01c2610832193c268d072ada8814bfd4c00d
pukkandan
2022-07-09
[cleanup] Misc cleanup
pukkandan
2022-06-25
[compat] Remove deprecated functions from core code
pukkandan
2022-06-25
[cleanup] Consistent style for file heads
pukkandan
2022-06-25
[compat] Remove more functions
pukkandan
2022-06-21
[test] Fix `FakeYDL` signatures
pukkandan
2022-06-17
Add option `--lazy-playlist` to process entries as they are received
pukkandan
2022-06-17
Add slicing notation to `--playlist-items`
pukkandan
2022-04-28
Improve `--clean-infojson`
pukkandan
2022-04-12
[cleanup] Sort imports
pukkandan
2022-04-12
[cleanup] Upgrade syntax
pukkandan
2022-03-26
[outtmpl] Fix replacement/default when used with alternate
pukkandan
2022-03-25
Ignore format-specific fields in initial pass of `--match-filter`
pukkandan
2022-02-23
Add pre-processor stage `after_filter`
pukkandan
2022-01-04
[cleanup] Misc cleanup
pukkandan
2022-01-03
Add key `requested_downloads` in the root `info_dict`
pukkandan
2021-12-30
[outtmpl] Alternate form for `D` and fix suffix's case
pukkandan
2021-12-23
[outtmpl] Change filename sanitization type to `S`
pukkandan
2021-12-23
[cleanup] Misc cleanup
pukkandan
2021-12-23
[outtmpl] Add alternate forms `F`, `D`
pukkandan
2021-12-18
[outtmpl] Add operator `&` for replacement text (#2012)
PilzAdam
2021-11-19
[tests] Fix tests
pukkandan
2021-11-10
[outtmpl] Add alternate forms for `q` and `j`
pukkandan
2021-11-08
[outtmpl] Do not traverse `None`
pukkandan
2021-10-13
[outtmpl] Fix bug in expanding environment variables
pukkandan
2021-10-09
Improved progress reporting (See desc) (#1125)
pukkandan
2021-09-30
[docs,cleanup] Some minor refactoring and improve docs
pukkandan
2021-09-27
[outtmpl] Alternate form of format type `l` for `\n` delimited list
pukkandan
2021-09-26
[outtmpl] Format type `U` for unicode normalization
pukkandan
2021-09-25
Allow `0` in `--playlist-items`
pukkandan
2021-09-18
Allow alternate fields in outtmpl
pukkandan
2021-09-18
Add format type `B` for outtmpl to treat the value as bytes
pukkandan
2021-08-17
Fix `playlist_index` not obeying `playlist_start`
pukkandan
2021-08-07
Allow entire infodict to be printed using `%()s`
pukkandan
2021-08-07
Fix bugs related to `sanitize_info`
pukkandan
2021-07-29
Add format types `j`, `l`, `q` for outtmpl
pukkandan
2021-07-29
Expand and escape environment variables correctly in outtmpl
pukkandan
2021-07-07
Fix selectors `all`, `mergeall` and add tests
pukkandan
2021-06-17
Fix id sanitization in filenames
pukkandan
2021-06-11
Better error handling of syntax errors in `-f`
pukkandan
2021-06-09
Improve offset parsing in outtmpl
pukkandan
2021-06-09
[test] More rigorous tests for `prepare_filename`
pukkandan
2021-06-09
Fix `%d` and empty default in outtmpl
pukkandan
2021-06-08
Make outtmpl more robust and catch errors early
pukkandan
2021-06-06
Fix filename sanitization
pukkandan
2021-06-06
Fix and refactor `prepare_outtmpl`
pukkandan
2021-06-06
[cleanup] Point all shebang to `python3` (#372)
felix
2021-05-29
[cleanup] `_match_entry`
pukkandan
[next]