Commit Graph

1790 Commits

Author SHA1 Message Date
meeb
82918e8b09
Merge pull request #889 from tcely/patch-10
Move `yt-dlp` API work to an action
2025-03-27 14:53:46 +11:00
meeb
ebf7702b41
Merge pull request #890 from tcely/patch-12
Turn off the `info` step again for pull requests
2025-03-27 14:53:10 +11:00
tcely
800886a958
Turn off the info step again for pull requests 2025-03-26 23:48:57 -04:00
tcely
6b0483b993
Use the newly added yt-dlp action 2025-03-26 23:48:11 -04:00
tcely
b619c5a42d
Copy the current code for the yt-dlp releases 2025-03-26 23:43:04 -04:00
tcely
5d3f75ea1c
Do not log the output for command requirements 2025-03-26 23:33:37 -04:00
tcely
7b000836d3
Turn off the info step again for pull requests 2025-03-26 23:28:42 -04:00
tcely
485cfc46cd
Create action.yml 2025-03-26 23:25:53 -04:00
meeb
5de3f96c4b
Merge pull request #886 from tcely/patch-6
Force new `yt-dlp` version
2025-03-27 13:49:09 +11:00
tcely
4e82fcb5cc
fixup: escaping the sequence 2025-03-26 22:42:02 -04:00
tcely
97e69e4156
Try without the braces 2025-03-26 22:29:29 -04:00
tcely
f4e9c08376
Use github.token instead of secrets.GITHUB_TOKEN 2025-03-26 22:19:47 -04:00
tcely
d556f20301
fixup: cut needed some input 2025-03-26 22:10:21 -04:00
tcely
b30d0ce88f
Debug the shell code 2025-03-26 22:07:17 -04:00
tcely
41f37bcd65
Use the new FFmpeg action 2025-03-26 22:00:46 -04:00
tcely
e473af2878
Replace the sketch with the current code 2025-03-26 21:50:16 -04:00
tcely
3a9ff40dda
Create action.yml
This is only a sketch of moving the API work into reusable actions so far.
2025-03-26 21:10:54 -04:00
tcely
dc49b6d87c
Add a function for single line variables also 2025-03-26 20:17:16 -04:00
tcely
d22f200b73
Improve readability
Also, work around a strange syntax highlighting behavior.
2025-03-26 20:06:50 -04:00
tcely
1885aecb4b
Lowercase some variables using bash 2025-03-26 17:29:41 -04:00
tcely
ea6beae40a
Turn off the info step again for pull requests 2025-03-26 16:58:44 -04:00
tcely
317cc63a96
Look for docker layers in multiple cache locations 2025-03-26 16:45:15 -04:00
tcely
807d825904
Disable push for pull requests 2025-03-26 15:52:33 -04:00
tcely
952c2e530f
Shorten the name for checks 2025-03-26 15:36:17 -04:00
tcely
af4374c224
Run tests for pull requests 2025-03-26 15:26:38 -04:00
tcely
63a65949c7
Delete tag-yt-dlp as no longer used 2025-03-26 14:43:54 -04:00
tcely
ff502e2014
Clean up the set step 2025-03-26 14:40:20 -04:00
tcely
77d00114f8
Show the tag name from the latest yt-dlp release 2025-03-26 14:16:25 -04:00
tcely
085c64d95d
Show the yt-dlp-latest-release 2025-03-26 14:08:07 -04:00
tcely
72ba0474a3
Remove static booleans 2025-03-26 13:10:22 -04:00
tcely
18829d1362
Show the raw API response 2025-03-26 12:49:04 -04:00
tcely
0300be4728
Retrieve yt-dlp/yt-dlp releases from the GitHub API 2025-03-26 12:23:52 -04:00
tcely
b799bdfd65
Update tag-yt-dlp 2025-03-26 04:05:21 -04:00
tcely
cacf306b09
Move more steps into the info job 2025-03-26 03:30:13 -04:00
tcely
5e6c9f144a
Add YTDLP_DATE build arg 2025-03-26 03:06:20 -04:00
tcely
6e38fcdb7c
Create tag-yt-dlp 2025-03-26 02:49:35 -04:00
tcely
f150ce21d0
Force new yt-dlp version 2025-03-26 02:44:58 -04:00
meeb
34aea513bd
Merge pull request #885 from tcely/patch-10
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
Remove the hard-coded class name
2025-03-26 17:32:58 +11:00
tcely
bcb7432174
Remove the hard-coded class name 2025-03-26 02:30:43 -04:00
meeb
464ac73396
Merge pull request #884 from tcely/patch-6
fixup: use the class instead of an instance
2025-03-26 17:23:05 +11:00
tcely
51adb65751
fixup: use the class instead of an instance 2025-03-26 02:12:47 -04:00
meeb
5e82dd212a
Merge pull request #883 from tcely/patch-6
fixup: missed `self.`
2025-03-26 16:52:01 +11:00
tcely
b50709aef1
fixup: missed self. 2025-03-26 01:13:28 -04:00
meeb
9c110644b8
Merge pull request #881 from tcely/patch-6
Configure logging for `background_task`
2025-03-26 16:06:04 +11:00
meeb
f8f110d580
Merge pull request #880 from tcely/patch-15
Change the task expiration to 1 day
2025-03-26 16:05:09 +11:00
tcely
91b7a4538e
Configure logging for background_task 2025-03-25 23:00:17 -04:00
tcely
7f7ba6b286
Update patches/background_task/models.py 2025-03-25 12:44:14 -04:00
meeb
946a4ca5a9
Merge pull request #879 from tcely/patch-14
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
Resume partial downloads unless the `.clean` file is found
2025-03-26 02:06:57 +11:00
meeb
827d8f3c96
Merge pull request #878 from tcely/patch-12
Use `locked_at` as it is closer to started
2025-03-26 02:06:06 +11:00
meeb
3a21529adf
Merge pull request #877 from tcely/patch-10
Don't skip missing fragments during format testing
2025-03-26 02:05:51 +11:00