Commit Graph

1381 Commits

Author SHA1 Message Date
tcely
58b98739ee
Use V for models.py 2025-02-12 22:59:29 -05:00
tcely
7638500188
Use V for views.py 2025-02-12 20:30:32 -05:00
tcely
150bb9a5f8
Use V for tests.py 2025-02-12 19:40:55 -05:00
tcely
a81d946980
Use V in matching.py 2025-02-12 18:09:51 -05:00
tcely
fb1db9da59
Add V function to save myself some effort 2025-02-12 18:04:00 -05:00
tcely
10632b9e5d
Use SourceResolution 2025-02-12 15:23:08 -05:00
tcely
a33527a6cd
Use SourceResolution 2025-02-12 13:49:19 -05:00
tcely
091c9fed7b
Create 0028_alter_source_source_resolution.py 2025-02-12 13:37:51 -05:00
tcely
2e4ef80691
fixup: missed the list() 2025-02-12 13:25:40 -05:00
tcely
7bb29165e2
Correct the mapping keys 2025-02-12 13:15:56 -05:00
tcely
2195ac34b7
Remove RESOLUTION_MAP 2025-02-12 11:27:27 -05:00
tcely
3675496cfa
Use SourceResolution 2025-02-12 11:21:29 -05:00
tcely
668a3c6604
Use Fallback 2025-02-12 09:49:18 -05:00
meeb
78434ca522
Merge pull request #715 from tcely/patch-4
Some checks failed
Run Django tests for TubeSync / test (3.10) (push) Has been cancelled
Run Django tests for TubeSync / test (3.11) (push) Has been cancelled
Run Django tests for TubeSync / test (3.12) (push) Has been cancelled
Run Django tests for TubeSync / test (3.7) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
Use a raw string
2025-02-13 01:41:23 +11:00
meeb
5b88a3147b
Merge pull request #714 from tcely/patch-2
We can filter before metadata
2025-02-13 01:40:57 +11:00
meeb
5b8f6cfacf
Merge pull request #703 from tcely/patch-10
Skip downloaded media that was deleted
2025-02-13 01:34:37 +11:00
meeb
6e1b203bed
Merge pull request #710 from tcely/patch-16
Deduplicated `fields`
2025-02-13 01:34:16 +11:00
tcely
0fdef5948c
Use Fallback 2025-02-12 07:32:23 -05:00
tcely
0f85803081
Use Fallback 2025-02-12 07:07:26 -05:00
tcely
4a1c0016fd
Use MediaServerType 2025-02-12 06:34:29 -05:00
tcely
f8229fff11
Use MediaServerType 2025-02-12 06:07:37 -05:00
tcely
ab9a6e6c76
Remove SponsorBlock_Category from fields.py 2025-02-12 05:46:32 -05:00
tcely
deefe060ed
Use SponsorBlock_Category from choices.py 2025-02-12 05:44:33 -05:00
tcely
073e08e27c
Actually return the updated dictionary 2025-02-12 05:29:10 -05:00
tcely
6b4adbd596
Add YouTube_SourceType._validation_urls class method 2025-02-12 05:03:48 -05:00
tcely
aabe249598
Use youtube_help 2025-02-12 04:10:52 -05:00
tcely
09c9d93372
Remove unneeded test_source_types 2025-02-12 03:20:25 -05:00
tcely
b45675b13a
Use a class method to generate the mapping dictionary 2025-02-12 02:46:27 -05:00
tcely
e79218c208
Use youtube_validation_urls 2025-02-12 01:33:11 -05:00
tcely
b64ca284e7
fixup: the 'p' must still be removed 2025-02-12 01:22:11 -05:00
tcely
8bedd4f9ff
Use a way that works for all versions 2025-02-12 01:18:45 -05:00
tcely
116b78db08
Make migrate happy again 2025-02-12 01:04:29 -05:00
tcely
3337dcae08
Fixes from testing 2025-02-12 00:59:38 -05:00
tcely
69095f9f92
Use a raw string
SyntaxWarning: invalid escape sequence '\/'
2025-02-12 00:43:44 -05:00
tcely
d550812022
Use youtube_long_source_types 2025-02-12 00:06:46 -05:00
tcely
c493e3c92a
Use youtube_long_source_types 2025-02-12 00:02:39 -05:00
tcely
934cb2ed58
Use IndexSchedule from choices.py 2025-02-11 23:31:13 -05:00
tcely
bb3d5fcdff
Remove CapChoices and IndexSchedule 2025-02-11 23:24:21 -05:00
tcely
47f3341b00
Remoce Source.SOURCE_TYPES 2025-02-11 23:10:23 -05:00
tcely
44a6e0c69a
Replace Source.SOURCE_TYPES 2025-02-11 23:08:02 -05:00
tcely
e0c60365ca
Start using YouTube_SourceType 2025-02-11 22:56:01 -05:00
tcely
50762d04f0
Merge pull request #286 from meeb/main
Update to upstream main
2025-02-11 22:33:56 -05:00
tcely
96737c4de3
Add choices from models.py 2025-02-11 22:32:43 -05:00
tcely
c34700839b
We can filter before metadata
After #704, the `duration`, `published`, and `title` are all available before `metadata` has been retrieved.
2025-02-11 20:53:20 -05:00
tcely
468c89f17c
Adjust the comment explaining the situation 2025-02-11 18:50:23 -05:00
tcely
96f1618168
Check for the precise return value
`task.locked_by_pid_running()` returns:
- `True`: locked and PID exists
- `False`: locked and PID does not exist
- `None`: not locked_by, no PID to check
2025-02-11 18:39:51 -05:00
tcely
a7f872e902
Merge branch 'main' into patch-3 2025-02-11 15:30:14 -05:00
tcely
a7abb6e907
Merge branch 'main' into patch-10 2025-02-11 15:24:22 -05:00
tcely
57e52f4848
Remove the generated fields variant 2025-02-11 14:56:27 -05:00
meeb
b87c1253a0
Merge pull request #702 from tcely/patch-9
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.7) (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) Waiting to run
Remove unused `filter_media`
2025-02-12 05:57:57 +11:00