Jesse Bannon
9871f62b91
[BUILD] Use windows-latest for build ( #1254 )
2025-07-02 00:58:07 -07:00
dependabot[bot]
ed5443515c
Bump yt-dlp[default] from 2025.6.25 to 2025.6.30 ( #1253 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.6.25 to 2025.6.30.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.06.25...2025.06.30 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-version: 2025.6.30
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 20:52:52 -07:00
dependabot[bot]
d2e2947c75
Bump yt-dlp[default] from 2025.6.9 to 2025.6.25 ( #1250 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.6.9 to 2025.6.25.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.06.09...2025.06.25 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-version: 2025.6.25
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-27 09:18:48 -07:00
Jesse Bannon
fc2da4d525
[FEATURE] square_thumbnail plugin ( #1244 )
...
Adds the ability to make thumbnails square, both file and embedded. Usage:
```
my_preset:
square_thumbnail: True
```
Will soon enable this by default for all music-based presets with a toggle to disable.
Huge thanks to @Kentaro1043 for crafting the ffmpeg command for this!
Closes https://github.com/jmbannon/ytdl-sub/issues/383
2025-06-18 22:37:06 -07:00
Jesse Bannon
f6bce88ebd
[FEATURE] height and width variables ( #1243 )
...
Adds `height` and `width` entry variables, representing pixels to know resolution. For audio, defaults to 0.
2025-06-18 20:56:25 -07:00
Jesse Bannon
faf9fd8a10
[DOCKER] Update yt-dlp, fix phantomjs ( #1240 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.5.22 to 2025.6.9.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.05.22...2025.06.09 )
Also fixes phantomjs in docker builds
2025-06-11 23:25:56 -07:00
Jesse Bannon
cc85e18d43
[DOCS] How to capture from title, GH links ( #1236 )
2025-06-06 11:00:52 -07:00
Jesse Bannon
a68d5e4539
[FEATURE] Emby prebuilt presets ( #1232 )
...
Gives Emby first class support by creating prebuilt presets for each variant, including
- `Emby TV Show by Date`
- `Emby TV Show Collection`
- `Emby Music Videos`
Emby is identical to Jellyfin except in TV Show Collection, where it requires a `season.nfo`. A new plugin `StaticNfoTags` has been created to create those.
Huge thanks to @Kamaroth92 for the initial code for this feature!
2025-06-01 09:56:48 -07:00
Jesse Bannon
0bd97dbe96
[FEATURE] release_date support for date_range ( #1231 )
...
Adds the ability to toggle whether to use `upload_date` or `release_date` in the date_range plugin, which is used to cull older videos.
```
date_range:
type: "upload_date"
```
If using the Only Recent preset, it will be automatically applied based on whether your season/episode ordering uses release date or upload date.
Closes https://github.com/jmbannon/ytdl-sub/issues/1182
2025-06-01 09:28:42 -07:00
Jesse Bannon
66fd7cf41c
[FEATURE] Add scripting print functions ( #1230 )
...
Add the ability to print custom messages in override scripts. Adds the functions
- `print`
- `print_if_true`
- `print_if_false`
Will be used to make under-the-hood preset things more verbose.
2025-05-31 12:15:57 -07:00
Jesse Bannon
36e23839f3
[FEATURE] Ability to change season and episode ordering via variables, support for release_date ( #1220 )
...
Adds the ability to change season and episode ordering using override variables, like so:
```
"~Kids Toys Play":
url: "https://www.youtube.com/@KidsToysPlayChannel "
tv_show_by_date_season_ordering: "upload-year-month"
tv_show_by_date_episode_ordering: "upload-day"
```
In addition, adds support for release-date based episode ordering (and culling if using Only Recent).
More info here: https://ytdl-sub.readthedocs.io/en/latest/prebuilt_presets/tv_shows.html
Closes https://github.com/jmbannon/ytdl-sub/issues/1182
2025-05-31 10:26:42 -07:00
Jesse Bannon
bc15fe09bd
[FEATURE] Throttle protection per request ( #1229 )
...
Allows adding a sleep inbetween every request during metadata scrape.
```
throttle_protection:
sleep_per_request_s:
min: 4
max: 6
```
Closes https://github.com/jmbannon/ytdl-sub/issues/1222
2025-05-31 09:41:14 -07:00
Jesse Bannon
987b1cd028
[FEATURE] Ability to customize date used for deleting old files ( #1221 )
...
Implements https://github.com/jmbannon/ytdl-sub/issues/1182
Adds the ability to change the `keep_files_date_eval` (traditionally upload_date_standardized) to any date, so long as its in the form of YYYY-MM-DD.
Will be able to use this to have episodes get deleted based on their release_date or epoch_date, instead of their upload_date.
2025-05-31 08:52:15 -07:00
dependabot[bot]
c40b032eed
Bump yt-dlp[default] from 2025.4.30 to 2025.5.22 ( #1224 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.4.30 to 2025.5.22.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.04.30...2025.05.22 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-version: 2025.5.22
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 21:51:22 -07:00
markalex2209
8ea0360b1c
[DOCS] Add faq about disabling parts of presets to address #506 ( #1223 )
...
Closes https://github.com/jmbannon/ytdl-sub/issues/506 . Thanks @markalex2209 !
---------
Co-authored-by: Aliaksei Markouski <markalex2209@gmail.com>
2025-05-11 12:34:45 -07:00
dependabot[bot]
d926617d5d
[DEV] Bump pylint from 3.3.6 to 3.3.7 ( #1219 )
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.6...v3.3.7 )
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 3.3.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 22:00:26 -07:00
Jesse Bannon
a4293398b7
[FEATURE] Add join and strip string functions to scripting ( #1218 )
2025-05-04 18:19:32 -07:00
Jesse Bannon
dfcbadb69d
[BACKEND] Make kodi_safe nfo overrideable ( #1216 )
...
For an upcoming change to make preset selection easier
2025-05-03 21:46:31 -07:00
Jesse Bannon
d5e8157b6c
[FEATURE] Add ability to suppress colors via CLI arg ( #1215 )
...
Not all terminals/logs displayed colors correctly. Adds the ability to suppress any color via `--suppress-colors` cli arg.
Thanks @drewski3420 for the contribution 🎉
2025-05-03 19:56:46 -07:00
Jesse Bannon
0c0f05e4d0
[DEV] Get windows testing in better state ( #1214 )
2025-05-03 19:40:28 -07:00
dependabot[bot]
a1681bf71a
Bump yt-dlp[default] from 2025.3.31 to 2025.4.30 ( #1213 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.3.31 to 2025.4.30.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.03.31...2025.04.30 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-version: 2025.4.30
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 16:00:54 -07:00
Jesse Bannon
19d28e9baa
[FEATURE] Throw more actionable error if users supply the wrong type of url for TV show presets ( #1210 )
...
Don't let users supply `url` for TV Show Collection presets, or `s01_url` for TV Show by Date presets.
2025-04-17 22:14:37 -07:00
Jesse Bannon
e27a7c5495
[DOCKER] Fix various cron issues ( #1204 )
...
Closes
- https://github.com/jmbannon/ytdl-sub/issues/1200
- Runs in the background now
- https://github.com/jmbannon/ytdl-sub/issues/1201
- Was not running as user `abc`, now it is
- https://github.com/jmbannon/ytdl-sub/issues/1202
- Due to reading stdout and tail of hidden log file. Should only tail from hidden log file now
Will leave crontab as-is if no CRON_SCHEDULE is specified
2025-04-02 21:22:12 -07:00
dependabot[bot]
6cf41a06b5
Bump yt-dlp[default] from 2025.3.27 to 2025.3.31 ( #1199 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.3.27 to 2025.3.31.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.03.27...2025.03.31 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-version: 2025.3.31
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 23:54:59 -07:00
dependabot[bot]
2161dc5ac7
Bump yt-dlp[default] from 2025.3.26 to 2025.3.27 ( #1196 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.3.26 to 2025.3.27.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.03.26...2025.03.27 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 08:38:10 -07:00
dependabot[bot]
1897f884ab
Bump yt-dlp[default] from 2025.3.25 to 2025.3.26 ( #1195 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.3.25 to 2025.3.26.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.03.25...2025.03.26 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 15:39:11 -07:00
dependabot[bot]
6c3fd8d5c7
Bump yt-dlp[default] from 2025.2.19 to 2025.3.25 ( #1194 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.2.19 to 2025.3.25.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.02.19...2025.03.25 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 14:43:59 -07:00
dependabot[bot]
e90e95982b
[DEV] Bump pylint from 3.3.4 to 3.3.6 ( #1191 )
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.4 to 3.3.6.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.4...v3.3.6 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-21 09:07:36 -07:00
curryicecream
d21aebfbaf
[BUILD] Update release workflow to build aarch64 executable correctly ( #1190 )
...
Update release action to build aarch64 executable in arm64 runner.
Fixes #1177
2025-03-21 09:05:08 -07:00
dependabot[bot]
665ded7cec
[DEV] Bump isort from 5.13.2 to 6.0.1 ( #1180 )
...
Bumps [isort](https://github.com/PyCQA/isort ) from 5.13.2 to 6.0.1.
- [Release notes](https://github.com/PyCQA/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1 )
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-16 00:25:10 -07:00
Jesse Bannon
1264f0c656
[DOCKER] Update Ubuntu-based images ( #1185 )
...
- Update Ubuntu-based images to use Python 3.12
- Move hidden files from GUI image's main dir
- Update github workflows to use python 3.12
- Update fixtures
- Minor doc fixes
2025-03-15 21:58:51 -07:00
Jesse Bannon
51c134a036
[DOCKER] Simplify cron ( #1184 )
...
Drastically simplifies setting up cron within ytdl-sub. Below is the documentation which is available in readthedocs, and a section on how to migrate from the old way to this.
## New Cron Documentation
Cron is preconfigured in every ytdl-sub docker container. Enable by adding the following ENV variables to your docker setup.
```
services:
ytdl-sub:
environment:
- CRON_SCHEDULE="0 */6 * * *"
- CRON_RUN_ON_START=false
```
- CRON_SCHEDULE follows the standard [cron scheduling syntax](https://crontab.guru/#0_*/6_*_*_ *). The above value will run the script once every 6 hours.
- CRON_RUN_ON_START toggles whether to run your cron script on container start.
The cron script will reside in the main directory with the file name `cron`. Cron logs should show when viewing the Docker logs.
## Migrating Existing Cron Setup
Containers' cron files will remain intact until you add the `CRON_SCHEDULE` variable. Once you add that with your preferred schedule, it will write that value to /config/crontabs/abc and create a new file `cron` within your working directory. Simply copy everything from your existing `run_cron` script into `cron`.
If you have the ENV variable `DOCKER_MODS` in your docker-compose, remove it. It is now included by default. Not removing this will prevent cron logs from showing in your docker container logs.
2025-03-15 15:47:03 -07:00
Tyler Dakin
bb2bc49a49
Support duplicate chapter timestamps by merging ( #1179 )
...
Co-authored-by: Tyler Dakin <tyler@dakin.one>
2025-02-21 08:34:46 -08:00
dependabot[bot]
0ebcfb6a57
Bump yt-dlp[default] from 2025.1.26 to 2025.2.19 ( #1178 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.1.26 to 2025.2.19.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.01.26...2025.02.19 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-19 16:41:48 -08:00
marvin8
279ab4a566
Make total delete videos in Total Stats be negative ( #1175 )
2025-02-16 19:49:05 -08:00
Jesse Bannon
35402438a5
[BACKEND] Use upload-artifact@v4 ( #1173 )
...
* [BACKEND] Use upload-artifact@v4
* download too
2025-02-05 10:53:07 -08:00
Sammy Chang
8d992cbcab
[DOCS] Add note to restart Docker container ( #1168 )
2025-01-31 08:42:15 -08:00
dependabot[bot]
cd58cfe13f
[DEV] Bump pylint from 3.3.3 to 3.3.4 ( #1165 )
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.3...v3.3.4 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-29 12:05:19 -08:00
dependabot[bot]
d25cde5122
Bump yt-dlp[default] from 2025.1.15 to 2025.1.26 ( #1164 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.1.15 to 2025.1.26.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.01.15...2025.01.26 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 21:33:35 -08:00
Jesse Bannon
2b1e74bc8e
[DOCKER] Export SSL certs ( #1163 )
...
Fixes a common issue with downloading channel thumbnails and fanart.
2025-01-26 21:07:54 -08:00
dependabot[bot]
f1db01bf2f
Bump yt-dlp[default] from 2025.1.12 to 2025.1.15 ( #1162 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2025.1.12 to 2025.1.15.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2025.01.12...2025.01.15 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 00:16:44 -08:00
dependabot[bot]
d3ac54deae
Bump yt-dlp[default] from 2024.12.23 to 2025.1.12 ( #1158 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2024.12.23 to 2025.1.12.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.12.23...2025.01.12 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 14:43:23 -08:00
dependabot[bot]
57c5d3c800
[DEV] Bump pylint from 3.3.2 to 3.3.3 ( #1145 )
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-26 19:39:47 -08:00
dependabot[bot]
e0441b5405
Bump yt-dlp[default] from 2024.12.13 to 2024.12.23 ( #1144 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2024.12.13 to 2024.12.23.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.12.13...2024.12.23 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-26 19:39:23 -08:00
Jesse Bannon
74c7152cb1
[DOCS] Fix references ( #1140 )
2024-12-21 09:33:00 -08:00
Jesse Bannon
07d810171d
[DOCS] Rewrite getting started guide ( #1129 )
2024-12-21 09:13:09 -08:00
dependabot[bot]
ebe9908361
Bump yt-dlp[default] from 2024.12.6 to 2024.12.13 ( #1138 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2024.12.6 to 2024.12.13.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.12.06...2024.12.13 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 21:35:00 -08:00
dependabot[bot]
d06ad07916
[BACKEND] Bump yt-dlp[default] from 2024.12.3 to 2024.12.6 ( #1136 )
...
Bumps [yt-dlp[default]](https://github.com/yt-dlp/yt-dlp ) from 2024.12.3 to 2024.12.6.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.12.03...2024.12.06 )
---
updated-dependencies:
- dependency-name: yt-dlp[default]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-08 08:50:58 -08:00
Jesse Bannon
d84310a13c
[BACKEND] Update yt-dlp to 2024.12.3 ( #1135 )
2024-12-03 18:16:51 -08:00
dependabot[bot]
d83523ffe5
[DEV] Update twine requirement from ~=5.0 to >=5,<7 ( #1133 )
...
Updates the requirements on [twine](https://github.com/pypa/twine ) to permit the latest version.
- [Release notes](https://github.com/pypa/twine/releases )
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst )
- [Commits](https://github.com/pypa/twine/compare/5.0.0...6.0.1 )
---
updated-dependencies:
- dependency-name: twine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 23:18:49 -08:00