aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-03release 2014.01.032014.01.03Philipp Hagemeister
2014-01-03[dreisat] Make ‘index.php’ optional in the url (fixes #2080)Jaime Marquínez Ferrándiz
2014-01-03Reveal a little bit more detail about what we cache (#858)Philipp Hagemeister
2014-01-02Clarify --cache-dir (#858)Philipp Hagemeister
2014-01-02[soundcloud] recognize more players’ urls (fixes #2078)Jaime Marquínez Ferrándiz
2014-01-01[comedycentral] Recognize ‘video-collections’ urls (#2072)Jaime Marquínez Ferrándiz
2014-01-01[mixcloud] Fix track url transformation (fixes #2068)Jaime Marquínez Ferrándiz
‘/previews/‘ must be replaced with ‘/c/originals/‘ now.
2014-01-01[wistia] Prefer original video format above all othersPhilipp Hagemeister
We could also set up a formula which would weigh filesize/bitrate and vcodec/acodec (say, 1GB h264 < 3 GB MPEG2 < 2 GB h264), but that would get really messy real soon.
2014-01-01[README] Bug reporting: Add an item for unrelated questionsPhilipp Hagemeister
2014-01-01Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-01-01[youtube] Add itag 264 (closes #2063)Jaime Marquínez Ferrándiz
It has a better bitrate than 137 but the same resolution
2014-01-01[dreisat] Update test filename and checksumJaime Marquínez Ferrándiz
2014-01-01 Merge pull request #2041 from dstftw/imdb-listJaime Marquínez Ferrándiz
[imdb] Add support for IMDb list (#2033)
2014-01-01Merge pull request #2061 from rzhxeo/varJaime Marquínez Ferrándiz
Correct variable name in YoutubeDL.list_formats
2014-01-01Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-12-31Add an extractor for cmt.com (closes #2049)Jaime Marquínez Ferrándiz
It just inherits from MTVIE. Some videos also come from vevo.com
2013-12-31[http] Fix ‘err’ variable not being assigned in an except block (#2045)Jaime Marquínez Ferrándiz
2013-12-31Fix initialization of YoutubeDL with params set to NoneJaime Marquínez Ferrándiz
Set it to an empty dictionary because it’s directly accessed when setting some properties
2013-12-30Correct variable name in YoutubeDLrzhxeo
2013-12-29Add new --print-traffic optionPhilipp Hagemeister
2013-12-27[generic] Output something before making network requestsPhilipp Hagemeister
2013-12-26release 2013.12.262013.12.26Philipp Hagemeister
2013-12-26Print out encoding information in -v (#2046)Philipp Hagemeister
2013-12-26Document that format_id field should be presentPhilipp Hagemeister
2013-12-26[theplatform] Use centralized sortingPhilipp Hagemeister
2013-12-26[channel 9] Use centralized format sortingPhilipp Hagemeister
2013-12-26[internetvideoarchive] Use centralized format sortingPhilipp Hagemeister
2013-12-26[blinkx] Use centralized format sortingPhilipp Hagemeister
2013-12-26[ivi] Use centralized format sortingPhilipp Hagemeister
2013-12-26[youporn] Add support for multiple formatsPhilipp Hagemeister
2013-12-26[bandcamp] Add support for multiple formatsPhilipp Hagemeister
2013-12-26[cnn] Add multiple formats, duration, and upload_datePhilipp Hagemeister
2013-12-25Remove unused importsPhilipp Hagemeister
2013-12-25[zdf] Make width extraction more robustPhilipp Hagemeister
2013-12-25Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-12-25[appletrailers] Use centralized format selectionPhilipp Hagemeister
2013-12-25[wistia] Use centralized sortingPhilipp Hagemeister
2013-12-25[yahoo] Use centralized sorting, and add tbr fieldPhilipp Hagemeister
2013-12-25Merge pull request #2042 from dstftw/masterPhilipp Hagemeister
[smotri] Fix typo
2013-12-25[smotri] Fix typodst
2013-12-25[imdb] Add playlist testdst
2013-12-25[imdb] Extractor for lists (#2033)dst
2013-12-24[mdr] Use centralized format selectionPhilipp Hagemeister
2013-12-24[zdf] Use centralized sortingPhilipp Hagemeister
2013-12-24[spiegel] Use centralized sortingPhilipp Hagemeister
2013-12-24[mit] Add support for multiple formatsPhilipp Hagemeister
2013-12-24[dreisat] Use centralized format sortingPhilipp Hagemeister
2013-12-24[youtube] Simplify format specificationPhilipp Hagemeister
2013-12-24Add more tests for format selectionPhilipp Hagemeister
2013-12-24Add temporary _sort_formats helper functionPhilipp Hagemeister