11 lines
170 B
YAML
11 lines
170 B
YAML
name: Scrape with URL
|
|
# requires: py_common
|
|
|
|
sceneByFragment:
|
|
action: script
|
|
script:
|
|
- python
|
|
- ScrapeWithURL.py
|
|
|
|
# Last Updated April 16, 2022
|