Skip to content

Commit

Permalink
- fixed viewkey extraction on playlist url
Browse files Browse the repository at this point in the history
- 4.4.2
  • Loading branch information
EchterAlsFake committed Feb 4, 2024
1 parent 2077824 commit 1ea3632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phub"
version = "4.4.1"
version = "4.4.2"
description = "An API for Pornhub"
authors = [
{name = 'Egsagon', email = "[email protected]"},
Expand Down
1 change: 0 additions & 1 deletion src/phub/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def find(*args) -> WrappedRegex:

def wrapper(string: str, throw: bool = True):

print(string)
matches = regex.findall(string)
if throw and not matches:
logger.error('Pattern \033[91m%s\033[0m failed', pattern)
Expand Down

0 comments on commit 1ea3632

Please sign in to comment.