Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-08 | [arte.tv:ddc] Add fields to the test and skip download (rtmp) | Jaime Marquínez Ferrándiz | |
2013-12-08 | Merge remote-tracking branch 'spjoe/master' (closes PR #1921) | Jaime Marquínez Ferrándiz | |
2013-12-08 | made ddc.arte.tv test working | Camillo Dell'mour | |
2013-12-08 | added arte.tv extractor support for subdomain ddc - Mit offenen ↵ | Camillo Dell'mour | |
Karten(german) Le Dessous des Cartes(france) | |||
2013-12-08 | release 2013.12.08.12013.12.08.1 | Philipp Hagemeister | |
2013-12-08 | [youtube:channel] Fix automated channel detection | Philipp Hagemeister | |
2013-12-08 | [wimp] simplify | Philipp Hagemeister | |
2013-12-08 | release 2013.12.082013.12.08 | Philipp Hagemeister | |
2013-12-08 | Automatically load SSL certs on Windows | Philipp Hagemeister | |
2013-12-08 | [FileDownloader] Fix progress report on Windows (Fixes #1918) | Philipp Hagemeister | |
2013-12-08 | Simplify status reporting (#1918) | Philipp Hagemeister | |
2013-12-07 | Merge pull request #1919 from rzhxeo/xhamster | Jaime Marquínez Ferrándiz | |
[XHamsterIE] Fix HD video detection | |||
2013-12-07 | [XHamsterIE] Fix md5 in second test | rzhxeo | |
2013-12-07 | [XHamsterIE] Fix HD video detection | rzhxeo | |
2013-12-07 | [pyvideo] add support for videos that don't come from Youtube | Jaime Marquínez Ferrándiz | |
2013-12-07 | [pyvideo] Cleanup and fix test | Jaime Marquínez Ferrándiz | |
2013-12-07 | Merge remote-tracking branch 'gekitsuu/master' (closes PR #1913) | Jaime Marquínez Ferrándiz | |
2013-12-06 | removing bad VALID_URL | Adam Glenn | |
2013-12-06 | Adding pyvideo support | Adam Glenn | |
2013-12-06 | [vimeo] Add an extractor for groups | Jaime 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 extraction | Jaime 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 duration | Jaime 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 regex | Jaime 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 | |
2013-12-06 | [youtube] Extract like and dislike count (#1895) | Jaime Marquínez Ferrándiz | |
2013-12-06 | [vimeo] Extract views count, likes count and comments count (#1895) | Jaime Marquínez Ferrándiz | |
2013-12-06 | [wistia] Add extractor | Philipp Hagemeister | |
2013-12-05 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-12-05 | [francetv] Add support for urls in the format ↵ | Jaime Marquínez Ferrándiz | |
http://www.france3.fr/emissions/{program}/diffusions/{date} (fixes #1898) | |||
2013-12-05 | [francetv] Add support for more channels: 3, 4, 5 and Ô (#1898) | Jaime Marquínez Ferrándiz | |
Rename the France2IE extractor to FranceTVIE | |||
2013-12-05 | [9gag] Like/dislike count (#1895) | Philipp Hagemeister | |
2013-12-05 | Remove unused imports | Philipp Hagemeister | |
2013-12-05 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-12-05 | [9gag] Add extractor | Philipp Hagemeister | |
2013-12-05 | [vevo] Support '/watch/{id}' urls | Jaime Marquínez Ferrándiz | |
2013-12-04 | [metacafe] Add support for cbs videos (fixes #1838) | Jaime Marquínez Ferrándiz | |
They use theplatform.com | |||
2013-12-04 | Add an extractor for theplatform.com | Jaime Marquínez Ferrándiz | |
2013-12-04 | [hotnewhiphop] Update test's title | Jaime Marquínez Ferrándiz | |
2013-12-04 | Update description value for the write_info_json test (required after ↵ | Jaime Marquínez Ferrándiz | |
27dcce19045670fc348ff1119c0d2283aaed3ae2) | |||
2013-12-04 | Merge remote-tracking branch 'dstftw/correct-valid-urls' | Philipp Hagemeister | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-12-04 | release 2013.12.042013.12.04 | Philipp Hagemeister | |
2013-12-04 | [youtube] Resolve URLs in comments | Philipp Hagemeister | |
2013-12-04 | [smotri] Fix broadcast ticket regex | dst | |
2013-12-04 | [smotri] Add an extractor for live rtmp broadcasts | dst | |
2013-12-03 | Option '--load-info': if the download fails, try extracting the info with ↵ | Jaime Marquínez Ferrándiz | |
the 'webpage_url' field of the info dict The video url may have expired. | |||
2013-12-03 | Add --load-info option (#972) | Jaime Marquínez Ferrándiz | |
It just calls the 'YoutubeDL.process_ie_result' with the dictionary from the json file |