oops forgot to readd stuff cuz i moved it >~<
This commit is contained in:
parent
8ed5644f81
commit
fea0c31d08
9 changed files with 242 additions and 1 deletions
7
misc/getpub.py
Normal file
7
misc/getpub.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
def getPub(input):
|
||||
if fa_category in input or input.category == 'furaffinity':
|
||||
return 'Furaffinity'
|
||||
elif input.category == 'deviantart':
|
||||
return 'DeviantArt'
|
||||
else:
|
||||
return 'Unknown'
|
Loading…
Add table
Add a link
Reference in a new issue