modify scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import scrapy
|
||||
|
||||
|
||||
class TheporndbSpider(scrapy.Spider):
|
||||
name = "theporndb"
|
||||
allowed_domains = ["theporndb.net"]
|
||||
start_urls = ["https://theporndb.net"]
|
||||
|
||||
def parse(self, response):
|
||||
pass
|
||||
Reference in New Issue
Block a user