mirror of
https://github.com/KevinMidboe/ITLscraper.git
synced 2025-10-29 09:40:13 +00:00
add url as input
This commit is contained in:
@@ -19,7 +19,9 @@ itl_cookies=dict(sp_tc)
|
|||||||
print(itl_cookies)
|
print(itl_cookies)
|
||||||
|
|
||||||
base_url = "https://ntnu.itslearning.com/"
|
base_url = "https://ntnu.itslearning.com/"
|
||||||
url = "https://ntnu.itslearning.com/Folder/processfolder.aspx?FolderID=3204092"
|
|
||||||
|
url = input("Enter folder link: ")
|
||||||
|
|
||||||
|
|
||||||
path = os.path.abspath(os.path.curdir)
|
path = os.path.abspath(os.path.curdir)
|
||||||
newpath = os.path.join(path,"scrape")
|
newpath = os.path.join(path,"scrape")
|
||||||
|
|||||||
Reference in New Issue
Block a user