aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-12-16Document duration fieldPhilipp Hagemeister
2013-12-16[youtube] Make duration an integer or NonePhilipp Hagemeister
2013-12-16[cbs] Add extractor (Fixes #1977)Philipp Hagemeister
2013-12-16[theplatform] Fix geographic restriction checkPhilipp Hagemeister
2013-12-16[theplatform] Detect geoblocked contentPhilipp Hagemeister
2013-12-14[daylimotion] Add support for urls from the mobile site (fixes #1953)Jaime Marquínez Ferrándiz
It uses the 'touch' subdomain and adds a '#' before 'video'
2013-12-13[ign] Update one of test video's titleJaime Marquínez Ferrándiz
2013-12-12[daum] Recognize mobile urls (#1952)Jaime Marquínez Ferrándiz
2013-12-12[naver] Recognize mobile urls (fixes #1951)Jaime Marquínez Ferrándiz
2013-12-11[pornhub] Fix URL regexpPhilipp Hagemeister
2013-12-10Use `_download_xml` in more extractorsJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix unused argument of the `_real_extract` methodJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix the extraction for some 'player' or 'pro' videosJaime Marquínez Ferrándiz
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
2013-12-10[dailymotion] Fix view count extraction and make it non fatal (fixes #1940)Jaime Marquínez Ferrándiz
2013-12-10[dailymotion] Fix uploader extractionJaime Marquínez Ferrándiz
Now it looks directly in the info dictionary
2013-12-10[mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939)Jaime Marquínez Ferrándiz
2013-12-10[soundcloud] Fix the extension for 'downloadable' songsJaime Marquínez Ferrándiz
In this case the 'original_format' field must be used.
2013-12-10[mtv] Fixup incorrectly encoded XML documentsPhilipp Hagemeister
2013-12-10[zdf] Correct order of unknown formats (#1936)Philipp Hagemeister
2013-12-10[soundcloud] Do not mistake original_format for ext (Fixes #1934)Philipp Hagemeister
2013-12-09Remove superfluous spacesPhilipp Hagemeister
2013-12-09[brightcove] Use the original url (usually the player) as the default ↵Jaime Marquínez Ferrándiz
referer (fixes #1929)
2013-12-09[soundcloud] Do not match sets (Fixes #1930)Philipp Hagemeister
2013-12-09[ndtv] Add extractor (Fixes #1924)Philipp Hagemeister
2013-12-09[rtlnow] Allow double slashes after domain name (Fixes #1928)Philipp Hagemeister
2013-12-09[soundcloud] add support for private links (fixes #1927)Jaime Marquínez Ferrándiz
2013-12-09Remove unused importsPhilipp Hagemeister
2013-12-09Merge remote-tracking branch 'jaimeMF/yt-toplists'Philipp Hagemeister
2013-12-09Merge remote-tracking branch 'dstftw/smotri.com-broadcast'Philipp Hagemeister
Conflicts: youtube_dl/FileDownloader.py youtube_dl/extractor/smotri.py
2013-12-09Add fatal=False parameter to _download_* functions.Philipp Hagemeister
This allows us to simplify the calls in the youtube extractor even further.
2013-12-08Remove the calls to 'compat_urllib_request.urlopen' in a few extractorsJaime Marquínez Ferrándiz
2013-12-08[arte.tv:ddc] Add fields to the test and skip download (rtmp)Jaime Marquínez Ferrándiz
2013-12-08made ddc.arte.tv test workingCamillo Dell'mour
2013-12-08added arte.tv extractor support for subdomain ddc - Mit offenen ↵Camillo Dell'mour
Karten(german) Le Dessous des Cartes(france)
2013-12-08[youtube:channel] Fix automated channel detectionPhilipp Hagemeister
2013-12-08[wimp] simplifyPhilipp Hagemeister
2013-12-07[XHamsterIE] Fix md5 in second testrzhxeo
2013-12-07[XHamsterIE] Fix HD video detectionrzhxeo
2013-12-07[pyvideo] add support for videos that don't come from YoutubeJaime Marquínez Ferrándiz
2013-12-07[pyvideo] Cleanup and fix testJaime Marquínez Ferrándiz
2013-12-06removing bad VALID_URLAdam Glenn
2013-12-06Adding pyvideo supportAdam Glenn
2013-12-06[vimeo] Add an extractor for groupsJaime Marquínez Ferrándiz
2013-12-06[vimeo] Add an extractor for albums (closes #1911)Jaime Marquínez Ferrándiz
2013-12-06[imdb] Fix extractionJaime Marquínez Ferrándiz
The paths to each format's page may have leading whitespace. The height and the duration can't be extracted.
2013-12-06[vevo] Update test video's durationJaime Marquínez Ferrándiz
2013-12-06[youtube:playlist] Recognize mix ids for direct use (fixes #1295)Jaime Marquínez Ferrándiz
2013-12-06[youtube:playlist] Support mix ids longer than 13 (#1295)Jaime Marquínez Ferrándiz
2013-12-06[dailymotion] Fix view count regexJaime Marquínez Ferrándiz
In some languages they can be in the format '123,456' instead of '123.456'
2013-12-06[dailymotion] Extract view count (#1895)Jaime Marquínez Ferrándiz