Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/bulkImageScrape/BulkImageScrape.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bulk Image Scrape
# requires: PythonDepManager
description: Apply an image scraper to all images
version: 0.3.3
version: 0.3.4
url: https://discourse.stashapp.cc/t/bulk-image-scrape/1339
exec:
- python
Expand Down
2 changes: 1 addition & 1 deletion plugins/bulkImageScrape/bulkImageScrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time

from PythonDepManager import ensure_import
ensure_import("stashapi@git+https://github.com/stg-annon/stashapi@f2de6fa")
ensure_import("stashapi")

import stashapi.log as log
from stashapi.stash_types import StashItem
Expand Down