Compare commits

...

11 Commits

Author SHA1 Message Date
github-actions[bot] eef99fddef chore: nightly index update [skip ci] 2026-06-29 08:13:58 +00:00
github-actions[bot] d148ac838c chore: nightly index update [skip ci] 2026-06-27 06:31:19 +00:00
github-actions[bot] b6ae4b3e1a chore: nightly index update [skip ci] 2026-06-26 06:57:02 +00:00
github-actions[bot] 2db483370b chore: nightly index update [skip ci] 2026-06-25 06:49:57 +00:00
github-actions[bot] 308f908e91 chore: nightly index update [skip ci] 2026-06-24 06:50:34 +00:00
github-actions[bot] b5ec477aaf chore: nightly index update [skip ci] 2026-06-22 08:58:40 +00:00
github-actions[bot] d26612660f chore: nightly index update [skip ci] 2026-06-21 08:00:59 +00:00
github-actions[bot] c01e48c5ed chore: nightly index update [skip ci] 2026-06-20 07:01:56 +00:00
github-actions[bot] 3725fffef2 chore: nightly index update [skip ci] 2026-06-19 08:33:03 +00:00
HugeFrog24 f2ab0b53fa Description length fix 2026-06-18 16:01:55 +02:00
HugeFrog24 628cd1a1d9 Update OpenAPI spec 2026-06-18 15:43:40 +02:00
3 changed files with 3451 additions and 939 deletions
+3384 -938
View File
File diff suppressed because one or more lines are too long
+6
View File
@@ -49,6 +49,7 @@ DEFAULT_BATCH_SIZE = 1
DEFAULT_POLL = 30
UPLOADED_FILE = ".uploaded"
PT_NAME_MAX = 120
PT_DESC_MIN = 3 # PeerTube rejects descriptions shorter than this
# ── Text helpers ─────────────────────────────────────────────────────
@@ -62,6 +63,11 @@ def clean_description(raw: str) -> str:
text = re.sub(r"<[^>]+>", "", text)
text = html.unescape(text)
text = re.sub(r"\n{3,}", "\n\n", text).strip()
# PeerTube enforces a 3-char minimum on descriptions; a sub-minimum
# description (e.g. a stray ".") makes the upload-init 400. Drop it so
# it's omitted from the request rather than rejected.
if len(text) < PT_DESC_MIN:
return ""
return text[:10000]
+61 -1
View File
@@ -16947,8 +16947,58 @@
"scraped_at": 1781515306
},
"https://www.jailbirdz.com/pinkcuffs-videos/officer-daisy-takes-jade-to-jail/": {
"title": "Officer Daisy takes Jade to jail",
"title": "Officer Daisy takes Jade to jail pt1",
"description": "Officer Daisy knocks on Jades door to inform her of a warrant for her arrest after missing a court date for criminal speeding. Officer Daisy explains shes going to jail and quickly handcuffs her and arrests her. Jade is taken to the station where her processing begins. Officer Daisy records her information and fingerprints for their records.",
"videos": [
{
"url": "https://vz-8deb9235-8d6.b-cdn.net/251cba3c-787d-4a77-ad0f-cb32c136f4d1/playlist.m3u8"
}
],
"scraped_at": 1781857923
},
"https://www.jailbirdz.com/pinkcuffs-videos/officer-daisy-takes-jade-to-jail-pt2/": {
"title": "Officer Daisy takes Jade to jail pt2",
"description": "Officer Daisy assists Jade with making her one phone call and she calls for help. After she is removed from the table and taken over to the mugshot board to get her photos taken. After, her cuffs are removed and Officer Daisy orders her to undress. Once she is fully nude a strip search is conducted. Nothing is found on her so she is handcuffed to the bench, still nude, while Officer Daisy walks away.",
"videos": [
{
"url": "https://vz-8deb9235-8d6.b-cdn.net/344b9a7c-0904-4798-9af7-b37b9084feee/playlist.m3u8"
}
],
"scraped_at": 1781938860
},
"https://www.jailbirdz.com/pinkcuffs-videos/officer-daisy-takes-jade-to-jail-pt3/": {
"title": "Officer Daisy takes Jade to jail pt3",
"description": "Jade is still cuffed to the bench totally nude when Officer Daisy brings her a bright green jumpsuit. She removes her from the bench and removes her cuffs, allowing her to get dressed. Once Jade is dressed, Officer Daisy cuffs and shackles her. Jade is led to the jail cell and locked inside.",
"videos": [
{
"url": "https://vz-8deb9235-8d6.b-cdn.net/fdee1ca4-28ce-45cb-8b94-5ceb68835a75/playlist.m3u8"
}
],
"scraped_at": 1782118667
},
"https://www.jailbirdz.com/pinkcuffs-videos/nikki-books-siren-after-her-court-appearance-part-1/": {
"title": "Nikki Books Siren After Her Court Appearance | Part 1",
"description": "Nikki brought Siren to her court hearing to be sentenced by a judge. After the sentencing, she is taken to the jail. There, she is ordered to remove her clothing so she can take a shower. Once her shower is through she is put back in handcuffs and left cuffed to the bench.",
"videos": [
{
"url": "https://vz-8deb9235-8d6.b-cdn.net/26b75cbf-8bc8-4d31-975f-bfec6a3e59c7/playlist.m3u8"
}
],
"scraped_at": 1782456941
},
"https://www.jailbirdz.com/pinkcuffs-videos/nikki-books-siren-after-her-court-appearance-part-2/": {
"title": "Nikki Books Siren After Her Court Appearance | Part 2",
"description": "Siren is taken to the shower by Officer Nikki and locked inside. She puts her hands through the port and Officer Nikki removes the yellow handcuffs she is wearing to switch them to the front. Siren turns the shower on and steps into the stream of water. She begins washing herself and doesnt stop until shes washed every part of her body. When shes finished she turns the water and steps out of the shower, drying herself. Officer Nikki switches her cuffs back to behind her back before letting her out of the shower cell. She walks her back to the bench and has her sit down and cuffs her to it. She waits for Officer Nikki to come back, still totally nude.",
"videos": [
{
"url": "https://vz-8deb9235-8d6.b-cdn.net/3b283b32-8885-4581-bf80-1bb0b9487a18/playlist.m3u8"
}
],
"scraped_at": 1782720761
},
"https://www.jailbirdz.com/pinkcuffs-videos/nikki-books-siren-after-her-court-appearance-part-3/": {
"title": "Nikki Books Siren After Her Court Appearance | Part 3",
"description": "Officer Nikki returns to Siren, who is still completely nude and cuffed to the bench. She brought a green and white striped jumpsuit with her. She removes Sirens cuffs so she can get dressed. When she is clothed Officer Nikki puts the cuffs and shackles back on her and takes her over to the processing area. Her fingerprints are taken and she is allowed to make a phone call before she is locked away in her cell. Once she is in her cell Officer Nikki removes her cuffs. After some time she returns to re-cuff Siren, but this time she hog cuffs her and leaves her on the cot in the cell.",
"videos": []
}
},
@@ -23138,6 +23188,16 @@
}
],
"scraped_at": 1781770098
},
"https://www.pinkcuffs.com/pinkcuffs-videos/gracie-plays-with-pink-cuffs-on-the-bed/": {
"title": "Gracie Plays with Pink Cuffs on the Bed",
"description": "Gracie came over and found pink shackles and cuffs on the bed and decides to have some fun with them.\n\nVideo is currently uploading and will be available soon!",
"videos": [
{
"url": "https://vz-017d7722-1e8.b-cdn.net/136b3de8-455f-4cd7-94c8-b9bf3f68da00/playlist.m3u8"
}
],
"scraped_at": 1782370176
}
},
"femuniverse": {