We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bb671 commit b09022dCopy full SHA for b09022d
.travis.yml
@@ -12,5 +12,5 @@ before_script:
12
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
13
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
14
script:
15
- - python photon.py -u "https://stackoverflow.com" -l 1 -d 1 -t 100 --regex "\d{10}" --dns --output="d3v"
16
- - python photon.py -u "https://rocket.chat" -l 1 -t 10 --seeds="https://stackoverflow.com/jobs" --only-urls --export=json --wayback
+ - python photon.py -u "https://somdev.me" -l 1 -d 1 -t 100 --regex "\d{10}" --dns --output="d3v"
+ - python photon.py -u "https://somdev.me" -l 1 -t 10 --seeds="https://somdev.me/posts" --only-urls --export=json --wayback
0 commit comments