modify scripts

This commit is contained in:
2025-11-20 16:06:43 +08:00
parent 08a282e722
commit 56b88bbcc9
3 changed files with 913 additions and 0 deletions
@@ -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