Skip to content

Commit

Permalink
Re-tag/build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prof79 committed Mar 18, 2024
1 parent 4e6b61d commit b17df75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ This is a rewrite/refactoring of [Avnsx](https://github.com/Avnsx)'s original [F

⚠️ Due to a [hashing bug](../../issues/13) duplicate videos might be downloaded if a creator re-posts a lot. Downloaded videos will have to be renamed in a future version when video hashing is perfected.

### v0.9.0 2024-03-18
### v0.9.1 2024-03-19

Well, helluva ride - Fansly stepped up their security game and only allow properly constructed web calls from now on or the results will come out empty.

Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 🗒️ Release Notes

### v0.9.0 2024-03-19
### v0.9.1 2024-03-19

Well, helluva ride - Fansly stepped up their security game and only allow properly constructed web calls from now on or the results will come out empty.

Expand Down
4 changes: 2 additions & 2 deletions fansly_downloader_ng.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

"""Fansly Downloader NG"""

__version__ = '0.9.0'
__date__ = '2024-03-18T23:46:00+01'
__version__ = '0.9.1'
__date__ = '2024-03-19T00:23:00+01'
__maintainer__ = 'prof79'
__copyright__ = f'Copyright (C) 2023-2024 by {__maintainer__}'
__authors__ = [
Expand Down

0 comments on commit b17df75

Please sign in to comment.