Closed elliotgao2 closed 7 years ago
class Post(Item): title = Css('.entry-title') pic = Css('.pic', 'src')
If a field of an item is a file, then auto download it.
Any suggestions?
Download file in the save() method.
save()
If a field of an item is a file, then auto download it.
Any suggestions?