更新 lib/吃瓜网1.py

This commit is contained in:
2026-03-21 13:13:54 +08:00
parent 1ee148a582
commit e0cc195da0

View File

@@ -328,7 +328,7 @@ class Spider(BaseSpider):
'vod_pic': img, 'vod_pic': img,
'vod_remarks': k('time').text() or '', 'vod_remarks': k('time').text() or '',
'vod_tag': 'folder' if is_folder else '', 'vod_tag': 'folder' if is_folder else '',
'style': {"type": "rect", "ratio": 1.33} 'style': {"type": "rect", "ratio": 1.33, "lines": 3}
}) })
return videos return videos