Skip to main content

All Questions

Tagged with
-3 votes
0 answers
48 views

How do I download CSV files with URLs starting with "blob"? [closed]

I am trying to automate the download of the csv files located on this page https://indexdata.six-group.com/swiss_reference_rates/other_terms.html (column: Historical Values). When looking at the url ...
user2177166's user avatar
0 votes
1 answer
36 views

HTML 'download' attribute (with JS)

I was trying to download the following file with no extension, but if I don't specify it, it downloads me a .txt. I expected it to download me a file without any extension. document.getElementById('...
Michael Barati's user avatar
0 votes
3 answers
51 views

find out filename from URL

I'm currently programming a download manager, which has a function of adding links from clipboard. Now I need to write a method to find out the filename of the file which is in the link, e.g. a method ...
chs2311's user avatar
  • 15
0 votes
0 answers
139 views

Direct download link to OneDrive file on v2.0?

I have a link similar to this: https://1drv.ms/u/c/70d0917a4fce1e1f/EYn_RtUidqVIinvfQMU8zUsBTXuKGhQtdxWDnD1fqG7kGg. How can I obtain the direct download link version of this? I came across a solution ...
phamthai's user avatar
0 votes
0 answers
24 views

Not able to Download Excel file from the web with Python

I try to use Python to download excel "performance" file from: "https://www.amundietf.fr/fr/particuliers/produits/equity/amundi-msci-world-ucits-etf-eur-c/lu1681043599" but it ...
Philou's user avatar
  • 11
-2 votes
2 answers
298 views

How to give the URL to the image file for automatic download?

I have an image file and how do I generate or extract the URL to download it automatically? So how to create a URL to auto-download image? I want the image to be downloaded as soon as the URL is ...
lkk4325's user avatar
4 votes
2 answers
2k views

How to download image from url in Angular?

I have a download button where I want to trigger a download for the selected cover image. This works perfectly when my picture is a byte array, but if it's a url then the download doesn't work. It ...
Anett Barát's user avatar
0 votes
1 answer
265 views

How to download multiple pages as pdfs if i have a list of urls? [closed]

I'd like to download a lot of web pages (theese in particular consist of lines of text with occasionally images) as PDFs, but it's a bit too much to do it manually. The urls per se are easibly ...
CoccoBlu's user avatar
2 votes
0 answers
224 views

Why is the download of a URL in Java so slow?

I have a Java application, in which I need to download the content of an S3 presigned URL to a file to disk. However, I have experienced slow download speeds when downloading from the URL. Experiment ...
Luca01's user avatar
  • 43
0 votes
0 answers
42 views

Mailchimp API / URL Construction

I’m trying to pull data in from Mailchimp and have most of it done. However, I’m trying to pull ALL SURVEY data with answers.. and I’m not sure how to proceed with the URL assignment in Alteryx for ...
Non-profitguy's user avatar
0 votes
1 answer
142 views

Downloading hdf file, but does not read using pyhdf

I have downloaded the hdf files from a website, but when I want to read them out using pyhdf I get the error: 'HDF4Error: SD (15): File is supported, must be either hdf, cdf, netcdf' When I just click ...
Liv's user avatar
  • 23
0 votes
0 answers
43 views

Downloading csv files listed in a text file stored in a url(bash script)

the instructions are: The script should download a file called filelist.txt from the base URL. It will have the full URL of https://cs1007web.teaching.cs.st-andrews.ac.uk/Coursework/A02/data/filelist....
Alina Benny's user avatar
0 votes
1 answer
58 views

How can I download a file from a Redirected URL in C#?

how do I download the csv file from the link below? The link below seems to be a redirect and I could not download it with WebClient and save it in the desired path. https://members.tsetmc.com/tsev2/...
user3790106's user avatar
0 votes
1 answer
112 views

How to download this file from Sharepoint by API?

I'm the following URL: https://companyName.sharepoint.com/sites/MySite/Documentos compartidos/Adjuntos/PS00000650/7A80B90F-75A3-4162-BD19-0AD21ECAB4C6.pdf and I need to download the file using an API. ...
juanjogn93's user avatar
0 votes
0 answers
39 views

Task to download an image from URL

So, my main.py file for downloading an image from url is pretty simple: def dowload_screenshot(): task_id = 'task_id_which_is_used_to_find_needed_server' data_url = extract_render_host(task_id)...
Saba Guzitashvili's user avatar

15 30 50 per page
1
2 3 4 5
35