Skip to content

Commit

Permalink
refactor: remove threads from downloads and metadata modes
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Dec 17, 2024
1 parent 2b538b9 commit 82b43d4
Show file tree
Hide file tree
Showing 115 changed files with 1,162 additions and 1,956 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,11 +544,11 @@ jobs:
# - name: download windows zip
# uses: Wandalen/wretry.action@master

# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_windows_zip_${{needs.get_commit.outputs.short}}
# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_windows_zip_${{needs.get_commit.outputs.short}}

- name: Get current date
id: date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ jobs:
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_linux_${{needs.get_date.outputs.date}}

# - name: download linux zip
# uses: Wandalen/wretry.action@master
# with:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Notice
# Notice

1. OF-Scraper can not bypass pay walls
2. OF-Scraper requires a subscription to the model, models can not be scraped anonymously whether free or paid

# Please Update to 3.11.6

As the API has changed older version are no longer viable

# For auth issues
Expand Down
2 changes: 1 addition & 1 deletion ofscraper/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
).serialize(format="{base}+{branch}.{commit}", metadata=False)
# if __version__ == "0.0.0":
# print(__version__)
# raise Exception("pipx error")
# raise Exception("pipx error")
except:
import importlib.metadata

Expand Down
244 changes: 0 additions & 244 deletions ofscraper/actions/actions/download/batch/downloadbatch.py

This file was deleted.

31 changes: 0 additions & 31 deletions ofscraper/actions/actions/download/batch/utils/consumer.py

This file was deleted.

Loading

0 comments on commit 82b43d4

Please sign in to comment.