Skip to content
Snippets Groups Projects
Verified Commit ef100176 authored by Alexander Dunkel's avatar Alexander Dunkel
Browse files

Update HEADER

parent dc3acf99
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,13 @@ from IPython.display import clear_output ...@@ -14,12 +14,13 @@ from IPython.display import clear_output
from typing import List, Optional, Dict from typing import List, Optional, Dict
from IPython.display import display, HTML from IPython.display import display, HTML
DEFAULT_USER_AGENT: str = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' DEFAULT_USER_AGENT: str = 'iphone_ua'
HEADER = {'User-Agent':DEFAULT_USER_AGENT, HEADER = {'User-Agent':DEFAULT_USER_AGENT,
'Cache-Control': 'no-cache', 'Cache-Control': 'no-cache',
"Pragma": "no-cache", "Pragma": "no-cache",
"Connection": "close"} "Connection": "close",
"x-ig-app-id":"936619743392459"}
BASE_URL = 'https://cloudstore.zih.tu-dresden.de/index.php/s/' BASE_URL = 'https://cloudstore.zih.tu-dresden.de/index.php/s/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment