Skip to content

Added scripts for bulk download and scrapping #10752

Added scripts for bulk download and scrapping

Added scripts for bulk download and scrapping #10752

Triggered via pull request October 9, 2024 10:38
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff: scripts/bulkdownloadfromurls.py#L46
scripts/bulkdownloadfromurls.py:46:24: SyntaxError: Expected ':', found newline
Ruff (I001): scripts/simplescrapper.py#L1
scripts/simplescrapper.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (S113): scripts/simplescrapper.py#L9
scripts/simplescrapper.py:9:20: S113 Probable use of `requests` call without timeout
Ruff (BLE001): scripts/simplescrapper.py#L25
scripts/simplescrapper.py:25:12: BLE001 Do not catch blind exception: `Exception`
Ruff (S113): scripts/simplescrapper.py#L33
scripts/simplescrapper.py:33:20: S113 Probable use of `requests` call without timeout
Ruff (BLE001): scripts/simplescrapper.py#L62
scripts/simplescrapper.py:62:12: BLE001 Do not catch blind exception: `Exception`
Ruff (PD901): scripts/simplescrapper.py#L70
scripts/simplescrapper.py:70:9: PD901 Avoid using the generic variable name `df` for DataFrames
Ruff (BLE001): scripts/simplescrapper.py#L75
scripts/simplescrapper.py:75:12: BLE001 Do not catch blind exception: `Exception`
ruff
Process completed with exit code 1.