Skip to content

@@ -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  #26

Open

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions