Jun-17-2024, 08:05 AM
I am trying to download videos from a site, which requires extracting 1 "download url" that resides on each "video url".
Example:
"video url": https://www.example.com/video/[string1]
"download url" (1 url on each video url): https://www.example.com/get_file/[string2]
Each "video url" has 1 "download url", so if I have 100 video urls, I will have 100 download urls.
There is 1 issue: The "download url" only becomes available on the "video url" if the account to the domain is signed in. Is signing in on my default browser (Chrome) enough?
I want the code to read a list of video urls (.txt), then produce a list of download urls (txt).
Example:
"video url": https://www.example.com/video/[string1]
"download url" (1 url on each video url): https://www.example.com/get_file/[string2]
Each "video url" has 1 "download url", so if I have 100 video urls, I will have 100 download urls.
There is 1 issue: The "download url" only becomes available on the "video url" if the account to the domain is signed in. Is signing in on my default browser (Chrome) enough?
I want the code to read a list of video urls (.txt), then produce a list of download urls (txt).