Skip to main content

All Questions

Tagged with
0 votes
2 answers
49 views

How to get data from NSE using Python

I am trying to get data (file) from NSE website. Recently, NSE changed the data format and switched to UDiFF format. But since then, the below sample code has not worked. Can anybody give some ...
Sunil's user avatar
  • 1
0 votes
0 answers
29 views

Selenium WebDriver's headless browser cannot download files because the prompt for download can no longer be disabled

I have used Selenium with Python for months to interact with a website that disables direct HTTP requests to download files (these requests lead to 403 errors). Instead of requests, I used a headless ...
Markus's user avatar
  • 498
-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
0 answers
15 views

how to resolve issues on Kaggle,This preview is truncated due to the large file size. Create a Notebook or download this file to see the full content

enter image description here how to solve the question on kaggle: This preview is truncated due to the large file size. Create a Notebook or download this file to see the full content. I have been ...
于智慧's user avatar
-2 votes
0 answers
219 views

Pytube downloading only 360p resolution

When downloading video content, the program does not detect and download any other resolution than 360p. from pytube import YouTube, Playlist from pytube.cli import on_progress from moviepy.editor ...
Shoter3000's user avatar
0 votes
0 answers
24 views

Download SAM Exclusions List Using a Python script

I am attempting to write a Python script that will let me download the latest SAM Exclusions list from a government website. I get very close, but when my Python script clicks on the link to download ...
Michael Keiffer's user avatar
0 votes
1 answer
50 views

How to automatically download CSV file from Spotify's Global Chart?

Spotify has a daily global chart (link) that shows the top 200 songs on the platform for a certain day. There is a download button to save the data as a CSV file on each page. I would like to ...
txtRandy's user avatar
0 votes
1 answer
53 views

cdsapi era5 download (not use retrieve function but service function)

I have some data I'd like to download from the era5 via the cdsapi package. I do know most data can be downloaded via using cdsapi.Client.retrieve function. Such as many examples I can find at stack ...
Gioia's user avatar
  • 1
1 vote
0 answers
75 views

Download a file that does not have a direct link

I'm trying to automate the download from this link: https://worldwide.espacenet.com/patent/search?q=cpc%20%3D%20"Y02B30%2F12" Under the voice Filter -> Download -> Filters Download ...
zacthebigkub's user avatar
0 votes
0 answers
28 views

How to Download Points or Areas of Cities and Towns from OSM Using Python, Given Coordinates of an Extension, and Save as Shapefile?

I'm seeking assistance in downloading points or areas data of cities and towns from OpenStreetMap (OSM) using Python and saving them as shapefiles. Specifically, I need to extract this data based on ...
MapperLover's user avatar
0 votes
0 answers
21 views

Python response.content contains page text, not file

I am attempting to use python to automate the conversion of a file using an existing webpage. The page in question allows a user to upload a csv file, performs a conversion, prompts the user to save ...
user6806805's user avatar
0 votes
0 answers
28 views

Import PDF files from Outlook via Python

In order to download PDF files from the recent email sent by my colleague in outlook “[email protected]” via Python, I used this code to connect but I got an error even though my email ...
Ruser-lab9's user avatar
0 votes
0 answers
97 views

Cannot download file when using selenium Chrome webdriver with option prompt_for_download=False in Windows OS

The download error from webdriver's browser The code I run from selenium import webdriver # pip install selenium from webdriver_manager.chrome import ChromeDriverManager # pip install webdriver-...
Nam G VU's user avatar
  • 34.6k
0 votes
0 answers
44 views

pyTube - Downloaded files are not accessible

I've run into a lot of issues with the pyTube package but there have been lots of well documented solutions for the main issues, however I'm not even able to find a reference to this issue. Both the ...
Nisarg Patel's user avatar
-2 votes
2 answers
79 views

Changing download location

I have a script that downloads file into a folder. The scripts works properly, but the downloads of the script are going into the my project folder. What I would like to do, is have these downloads ...
sdgibbs's user avatar

15 30 50 per page
1
2 3 4 5
102