mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-06-30 00:27:13 +00:00
Compare commits
11 Commits
bf3f8c487c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| eef99fddef | |||
| d148ac838c | |||
| b6ae4b3e1a | |||
| 2db483370b | |||
| 308f908e91 | |||
| b5ec477aaf | |||
| d26612660f | |||
| c01e48c5ed | |||
| 3725fffef2 | |||
| f2ab0b53fa | |||
| 628cd1a1d9 |
Vendored
+3395
-949
File diff suppressed because one or more lines are too long
@@ -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
@@ -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 Jade’s door to inform her of a warrant for her arrest after missing a court date for criminal speeding. Officer Daisy explains she’s 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 doesn’t stop until she’s washed every part of her body. When she’s 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 Siren’s 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": {
|
||||
|
||||
Reference in New Issue
Block a user