Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AiWebProject1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Rebers
AiWebProject1
fc4bbf9281ca560e47134d40ed8e3b172c00d785
aiwebproject1
crawler.py
Find file
Normal view
Permalink
crawler.py
94 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
initial commit
srebers
committed
1 year ago
1
2
3
4
import
requests
r
=
requests
.
get
(
'
https://vm009.rz.uos.de/crawl/index.html
'
)
print
(
r
.
content
)