Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge remote-tracking branch 'dstftw/correct-valid-urls' | Philipp Hagemeister | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-12-04 | [youtube] Resolve URLs in comments | Philipp Hagemeister | |
2013-12-03 | Move common code for extractors based in MTV services to a new base class | Jaime Marquínez Ferrándiz | |
Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it) | |||
2013-12-03 | Remove the compatibility code used before the new format system was implemented | Jaime Marquínez Ferrándiz | |
2013-12-03 | [daum] Fix real video ID extraction | Philipp Hagemeister | |
2013-12-03 | [redtube] Fix search for title | Philipp Hagemeister | |
2013-12-03 | [xhamster] Change test checksum | Philipp Hagemeister | |
2013-12-03 | Change the ie_name of YoutubeSearchDateIE | Jaime Marquínez Ferrándiz | |
It produced a duplicate entry when listing the extractors with '--list-extractors' and generates noise in the commit log when generating the supported sites webpage (like in 09f355f73bf1657ecacfd05eda21d2c4bf1cc4a8) | |||
2013-12-02 | [smotri] Simplify | Philipp Hagemeister | |
2013-12-02 | Added extractors for smotri.com | dst | |
2013-12-01 | [vimeo] Add an extractor for users (closes #1871) | Jaime Marquínez Ferrándiz | |
2013-12-01 | [generic] Find embedded dailymotion videos (Fixes #1848) | Philipp Hagemeister | |
2013-12-01 | [clipfish] Skip test on travis | Philipp Hagemeister | |
2013-11-29 | [yahoo] Force use of the http protocol for downloading the videos. | Jaime Marquínez Ferrándiz | |
2013-11-29 | [yahoo] Add an extractor for yahoo news (closes #1849) | Jaime Marquínez Ferrándiz | |
2013-11-29 | [imdb] Fix the resolution values (fixes #1847) | Jaime Marquínez Ferrándiz | |
We were using the size of the player, it was the same for all the formats | |||
2013-11-29 | [podomatic] Add extractor | Philipp Hagemeister | |
2013-11-28 | Add an extractor for Clipsyndicate (closes #1744) | Jaime Marquínez Ferrándiz | |
2013-11-28 | [imdb] Fix extraction in python 2.6 | Jaime Marquínez Ferrándiz | |
Using a regular expression because the html cannot be parsed. | |||
2013-11-28 | Add an extractor for Internet Movie Database trailers (closes #1832) | Jaime Marquínez Ferrándiz | |
2013-11-28 | [clipfish] Use FIFA trailer as testcase (#1842) | Philipp Hagemeister | |
2013-11-28 | [clipfish] Fix imports (#1842) | Philipp Hagemeister | |
2013-11-28 | [zdf] Use _download_xml | Philipp Hagemeister | |
2013-11-28 | [zdf] add a pseudo-testcase and fix URL matching | Philipp Hagemeister | |
2013-11-28 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-11-28 | [youtube:feeds] Use the 'paging' value from the downloaded json information ↵ | Jaime Marquínez Ferrándiz | |
(fixes #1845) | |||
2013-11-27 | [yahoo] Fix video extraction and use the new format system exclusively | Jaime Marquínez Ferrándiz | |
2013-11-27 | [youtube:playlist] Fix the extraction of the title for some mixes (#1844) | Jaime Marquínez Ferrándiz | |
Like https://www.youtube.com/watch?v=g8jDB5xOiuE&list=RDIh2gxLqR7HM | |||
2013-11-27 | [clipfish] Effect a better error message (#1842) | Philipp Hagemeister | |
2013-11-27 | [videopremium] support new .me domain | Filippo Valsorda | |
2013-11-26 | [youtube:playlist] Add support for YouTube mixes (fixes #1839) | Jaime Marquínez Ferrándiz | |
2013-11-26 | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | |
2013-11-26 | [youtube:playlist] Remove the link with index 0 | Jaime Marquínez Ferrándiz | |
It's not the first video of the playlist, it appears in the 'Play all' button (see the test course for an example) | |||
2013-11-25 | [soundcloud] Support for listing of audio-only files | Philipp Hagemeister | |
2013-11-25 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-11-25 | [bambuser] Skip the download in the test | Jaime Marquínez Ferrándiz | |
It doesn't respect the 'Range' header. | |||
2013-11-25 | [soundcloud] Prefer HTTP over RTMP (#1798) | Philipp Hagemeister | |