pierre-delecto / stash_theporndb_scraper

A python script to scrape Stash data from thePornDB
MIT License
51 stars 30 forks source link

UNC paths won't work because of parsing error #16

Open Strichcod3 opened 3 years ago

Strichcod3 commented 3 years ago

UNC network paths are generating an parsing error in line 307/308. If you would change this lines to if re.search(r'^\', scene['path']): #If we have Windows-like paths parse_result = re.search(r'^\((.+)\)*(.+).(.+)$', scene['path']) it should work.