Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webarchive-api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
aponb
webarchive-api
Commits
e3f3cbee
Commit
e3f3cbee
authored
May 07, 2019
by
Stefan Karner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove main
parent
cfd5adfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
webarchiv.py
webarchiv.py
+0
-13
No files found.
webarchiv.py
View file @
e3f3cbee
...
...
@@ -261,16 +261,3 @@ class WebarchivSession:
}
)
return
r
if
__name__
==
'__main__'
:
# noinspection SpellCheckingInspection
w
=
WebarchivSession
(
'2pm8i0hnmpcTK4Oj4CUeBoZd7vywrm4c'
)
# response = w.wayback_search("http://www.onb.ac.at")
# response = w.wayback_search("http://frauenhetz.jetzt")
#response = w.histogram_search("Nationalbibliothek Prunksaal Schwarzenegger")
response
=
w
.
savePage
(
"http://www.onb.ac.at"
)
if
response
.
status_code
==
201
:
print
(
response
.
json
())
else
:
print
(
"Error "
,
response
.
status_code
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment