Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
milkshakes bring all the pervs to the yard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Nov 20, 2023
1 parent aafebd2 commit 228c993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.2.224"
__version__ = "4.2.225"
2 changes: 1 addition & 1 deletion cyberdrop_dl/crawlers/Bunkr_Spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def fetch(self, session: ScrapeSession, url: URL) -> AlbumItem:
return album_obj

async def get_stream_link(self, url: URL):
cdn_possibilities = r"^(?:(?:(?:media-files|cdn|c|pizza|cdn-burger)[0-9]{0,2})|(?:(?:big-taco-|cdn-pizza|cdn-meatballs)[0-9]{0,2}(?:redir)?))\.bunkr?\.[a-z]{2,3}$"
cdn_possibilities = r"^(?:(?:(?:media-files|cdn|c|pizza|cdn-burger)[0-9]{0,2})|(?:(?:big-taco-|cdn-pizza|cdn-meatballs|cdn-milkshake)[0-9]{0,2}(?:redir)?))\.bunkr?\.[a-z]{2,3}$"

if not re.match(cdn_possibilities, url.host):
return url
Expand Down

0 comments on commit 228c993

Please sign in to comment.