aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-12-06[wistia] Add extractorPhilipp Hagemeister
2013-12-05Merge 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-05Remove unused importsPhilipp Hagemeister
2013-12-05Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-12-05[9gag] Add extractorPhilipp Hagemeister
2013-12-05[vevo] Support '/watch/{id}' urlsJaime 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-04Add an extractor for theplatform.comJaime Marquínez Ferrándiz
2013-12-04[hotnewhiphop] Update test's titleJaime Marquínez Ferrándiz
2013-12-04Merge remote-tracking branch 'dstftw/correct-valid-urls'Philipp Hagemeister
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-12-04release 2013.12.042013.12.04Philipp Hagemeister
2013-12-04[youtube] Resolve URLs in commentsPhilipp Hagemeister
2013-12-03Move common code for extractors based in MTV services to a new base classJaime Marquínez Ferrándiz
Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it)
2013-12-03Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz
2013-12-03[daum] Fix real video ID extractionPhilipp Hagemeister
2013-12-03[redtube] Fix search for titlePhilipp Hagemeister
2013-12-03[xhamster] Change test checksumPhilipp Hagemeister
2013-12-03Change the ie_name of YoutubeSearchDateIEJaime 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-03Document disabling proxy (#1882)Philipp Hagemeister
2013-12-03release 2013.12.032013.12.03Philipp Hagemeister
2013-12-03[configuration] Undo code breakagePhilipp Hagemeister
2013-12-03Correct configuration file locationsPhilipp Hagemeister
2013-12-03Add Windows configuration file locations (#1881)Philipp Hagemeister
2013-12-03Clarify --download-archive help (#1757)Philipp Hagemeister
2013-12-02Credit @dstftw for smotri IEPhilipp Hagemeister
2013-12-02[smotri] SimplifyPhilipp Hagemeister
2013-12-02Merge branch 'smotri.com' of https://github.com/dstftw/youtube-dlPhilipp Hagemeister
2013-12-02Added extractors for smotri.comdst
2013-12-02release 2013.12.022013.12.02Philipp Hagemeister
2013-12-02Add --socket-timeout optionPhilipp Hagemeister
2013-12-02Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-12-01[vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz
2013-12-01Make socket timeout configurable, and bump default to 10 minutes (#1862)Philipp Hagemeister
2013-12-01[generic] Find embedded dailymotion videos (Fixes #1848)Philipp Hagemeister
2013-12-01[clipfish] Skip test on travisPhilipp Hagemeister
2013-11-30Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-30Clarify help of --write-pages (#1853)Philipp Hagemeister
2013-11-29[yahoo] Force use of the http protocol for downloading the videos.Jaime Marquínez Ferrándiz
2013-11-29Clarify --download-archive helpPhilipp Hagemeister
2013-11-29[yahoo] Add an extractor for yahoo news (closes #1849)Jaime Marquínez Ferrándiz
2013-11-29Do not mutate default argumentsPhilipp Hagemeister
In this case, it looks rather harmless (since the conditions for --restrict-filenames should not change while a process is running), but just to be sure. This also simplifies the interface for callers, who can just pass in the idiomatic None for "I don't care, whatever is the default".
2013-11-29fix typo in helpNicolas Kaiser
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-29release 2013.11.292013.11.29Philipp Hagemeister
2013-11-29[podomatic] Add extractorPhilipp Hagemeister
2013-11-28Add an extractor for Clipsyndicate (closes #1744)Jaime Marquínez Ferrándiz