pornhub-api icon indicating copy to clipboard operation
pornhub-api copied to clipboard

@@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- + +from scrapy import Item, Field +class PornVideoItem(Item): + video_title = Field() + image_url = Field() + video_duration = Field() + quality_480p = Field() + video_views = Field() + video_rating = Field() + link_url = Field() \ No newline at end of file

Open Spocko5412 opened this issue 2 years ago • 1 comments

https://github.com/fjibj/WebHubBot/blob/master/WebHub/WebHub/items.py

Spocko5412 avatar Apr 26 '23 04:04 Spocko5412

What is this exactly?

sskender avatar Dec 30 '23 00:12 sskender