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).

Extract the main article text from a Wikipedia page using Python

I've been searching for hours on how to extract the main text of a Wikipedia article, without all the links …

python parsing extract wikipedia
Substrings in the middle of a String in C

I need to extract substrings that are between Strings I know. I have something like char string = "abcdefg"; I know …

c string substring extract strncpy
Overwriting previously extracted files instead of creating new ones

There are a few libraries used to extract archive files through Python, such as gzip, zipfile library, rarfile, tarfile, patool …

python file extract overwrite ziparchive