mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-05-01 00:52:18 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b02b89c8ca | |||
| 2c51f53955 | |||
| 13a4dbc5fc | |||
| 597667d458 | |||
| a1acfaa736 | |||
| dd530093f0 | |||
| 3cc6d9a3b6 | |||
| e6acc96588 |
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(jq -r \".\"\"/api/v1/video-channels/{channelHandle}/videos\"\".get.parameters[] | $ref\")",
|
||||
"Bash(grep '$ref')",
|
||||
"Bash(grep -c \"^ ''/\" /c/Users/admin/Desktop/jailbirdz-dl/docs/external/peertube/openapi.yaml)",
|
||||
"Bash(grep -c ' \"\"/' /c/Users/admin/Desktop/jailbirdz-dl/docs/external/peertube/openapi.json)",
|
||||
"Bash(grep -c \"^ ''/\" /c/Users/admin/Desktop/jailbirdz-dl/docs/external/peertube/openapi.yaml)",
|
||||
"Bash(git --no-pager diff HEAD~1 docs/external/peertube/openapi.json)",
|
||||
"Bash(git --no-pager show HEAD~1:docs/external/peertube/openapi.json)",
|
||||
"Bash(git --no-pager diff --name-only HEAD~1)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
alwaysApply: true
|
||||
always_on: true
|
||||
trigger: always_on
|
||||
applyTo: "**"
|
||||
description: Snyk Security At Inception
|
||||
---
|
||||
|
||||
# Project security best practices
|
||||
|
||||
- Always run snyk_code_scan tool for new first party code that is generated in a Snyk-supported language.
|
||||
- If any security issues are found based on newly introduced or modified code or dependencies, attempt to fix the issues using the results context from Snyk.
|
||||
- Rescan the code after fixing the issues to ensure that the issues were fixed and that there are no newly introduced issues.
|
||||
- Repeat this process until no new issues are found.
|
||||
Vendored
+857
-1412
File diff suppressed because one or more lines are too long
@@ -129,7 +129,7 @@ def get_channel_video_names(base: str, token: str, channel_name: str) -> Counter
|
||||
while True:
|
||||
r = requests.get(
|
||||
f"{base}/api/v1/video-channels/{channel_name}/videos",
|
||||
params={"start": start, "count": 25},
|
||||
params={"start": start, "count": 100},
|
||||
headers=api_headers(token),
|
||||
timeout=30,
|
||||
)
|
||||
|
||||
@@ -16477,11 +16477,6 @@
|
||||
"title": "Makayla Michelle’s Jail Booking Begins… A Veteran Officer Returns | Part 1",
|
||||
"description": "Makayla Michelle thought she could get away with it… but Officer Lexi Mode isn’t buying the attitude.\n\nAfter being arrested for fraud and misuse of a credit card, Makayla is brought in for booking and quickly learns that jail processing isn’t going to be a pleasant experience. Officer Lexi wastes no time placing her in restraints and moving her through the full intake procedure.\n\nStill convinced she did nothing wrong, Makayla makes her one phone call — and instead of apologizing, she spends the entire call berating her ex-boyfriend and blaming him for everything that landed her behind bars in the first place.\n\nLexi watches the whole thing unfold with clear disbelief before cutting the call short and moving Makayla into the booking room for mugshots and a full search. Makayla’s attitude continues as the officer reminds her that back-talk won’t make things easier once the judge hears about it.\n\nAfter completing the search, Makayla is cuffed again and sent back toward her holding cell.\n\nBut while Lexi thinks the booking is finished… someone unexpected is about to walk through those doors.\n\nOG fans may recognize the officer who’s about to arrive.\n\nAnd when she does, Lexi may find herself on the other side of the cuffs.\n\nTo Be Continued in Part 2…",
|
||||
"videos": []
|
||||
},
|
||||
"https://www.jailbirdz.com/pinkcuffs-videos/makayla-michelles-jail-booking-begins-a-veteran-officer-returns-part-2/": {
|
||||
"title": "Makayla Michelle’s Jail Booking Begins… A Veteran Officer Returns | Part 2",
|
||||
"description": "A familiar face has returned and this time she is back with a warrant.\n\nMakayla Michelle sits chained to the bench tugging at the restraints while waiting for Officer Lexi Mode to return. The booking room seems quiet until the door opens and someone unexpected walks in.\n\nOfficer Lisa.\n\nAfter years away from the department the veteran officer has returned and she did not come back just to visit.\n\nShe came to make an arrest.\n\nLisa informs Lexi that she is under arrest for tampering with evidence concealment and obstruction of justice. According to the investigation Lexi has been stealing valuables from inmates during the booking process including jewelry money and other belongings that were supposed to be logged as evidence.\n\nThe room grows quiet as the reality begins to sink in.\n\nLisa removes Lexi’s badge and duty belt and tells her she will not be needing them anymore. Lexi is placed in handcuffs behind her back and searched before being secured to the desk.\n\nThe officer who had been running the booking process only moments earlier now finds herself on the other side of it.\n\nWhen Lisa asks what she was thinking Lexi finally admits the truth. She says she just wanted to make a couple extra bucks.\n\nLisa then reads Lexi her rights making it clear that the situation has now become very serious.\n\nMeanwhile Makayla watches the entire situation unfold from the bench realizing that the officer who arrested her may now be sharing the same fate.\n\nWith Officer Lisa back on duty the tables have turned and the booking process is far from over.\n\nTo Be Continued",
|
||||
"videos": []
|
||||
}
|
||||
},
|
||||
"pinkcuffs": {
|
||||
|
||||
Reference in New Issue
Block a user