Merge pull request #26 from faroukbmiled/refactored
added a way to down invalid items
This commit is contained in:
commit
aecd996e98
@ -172,7 +172,7 @@ def initialize_steam(master):
|
|||||||
@if_internet_available
|
@if_internet_available
|
||||||
def valid_id(workshop_id):
|
def valid_id(workshop_id):
|
||||||
data = item_steam_api(workshop_id)
|
data = item_steam_api(workshop_id)
|
||||||
if check_config("skip_valid", "no") == "skip":
|
if check_config("skip_invalid", "skip") == "no":
|
||||||
if data:
|
if data:
|
||||||
return True
|
return True
|
||||||
if "consumer_app_id" in data['response']['publishedfiledetails'][0]:
|
if "consumer_app_id" in data['response']['publishedfiledetails'][0]:
|
||||||
|
Loading…
Reference in New Issue
Block a user