Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scenes/networkManyVidsV2_14.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
['Manyvids: GiGiLysettee', True, '1010538705'],
['Manyvids: Max Cartel', True, '1005746289'],
['Manyvids: Savannah Bond', True, '1002594101'],
# ['Manyvids: ', True, ''],
['Manyvids: Melissa Masters', True, '1001581011'],
# ['Manyvids: ', True, ''],
# ['Manyvids: ', True, ''],
# ['Manyvids: ', True, ''],
Expand Down Expand Up @@ -160,7 +160,7 @@
yield scrapy.Request(next_page, callback=self.parse, meta=meta, headers=self.headers)


def parse(self, response):

Check failure on line 163 in scenes/networkManyVidsV2_14.py

View workflow job for this annotation

GitHub Actions / Lint

[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./scenes/networkManyVidsV2_14.py:163:5: E303 too many blank lines (2)
meta = response.meta
scenes = self.get_scenes(response)
count = 0
Expand Down
Loading