Top "Extract" questions

Questions related to retrieving specific information from a (typically minimally structured) data source, such as a web site, media file, source code collection or compressed archive (in which case the desired information is one or more original, uncompressed files).

Is it possible to download the automatic captions from a video?

My goal is to download automatic caption from a set of youtube videos. (I just want to get video information …

download extract captions srt
online tool to extract and crawl data from website with URL list into excel

Is there any online tool (without installing software in computer) to extract data from website with a list of URL. …

web-crawler excel-2010 extract web-content
how to create username from email address provided - PHP

I have a signup page on my website where a user must provide a email address and password only. I …

php email extract username
How to extract values from survfit object

I've created this model: model <- survfit(Surv(time,status)~c$sex) model and the output is: Call: survfit(…

r extract survival-analysis
How to extract a single file from a remote archive file?

Given URL of an archive (e.g. a zip file) Full name (including path) of a file inside that archive …

java download extract tar archive
ERROR ORA-00932: inconsistent datatypes: expected DATE got NUMBER

I am trying to execute the following sql statement for an oracle database: UPDATE PARENT SET RENEW_DATE = TO_DATE(…

sql oracle extract to-date
How to programmatically extract information from a web page, using Linux command line?

I need to extract the exchange rate of USD to another currency (say, EUR) for a long list of historical …

html linux extract html-content-extraction
Why sfx sevenzipsharp '7-zip : unsupported method' when extract?

I have created hallo.7z and used 7zxSD_LZMA.sfx as module. I think my configuration is right but while …

c# extract 7zip sfx sevenzipsharp
How to extract frames of an animated GIF with PHP

I search for a long time how to extract frames from an animated GIF with PHP... unfortunaly I just found …

php frame extract gif animated-gif
How to extract a rar file that contains multiple folders with overwrite in c# winform application

I want to extract a rar file to a location . The thing is , that the rar file contains 4 folders, and …

c# winforms extract overwrite winrar