index
:
youtube-dl
master
Mirror of youtube-dl
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BlipTVIE] Fix and simplify extraction of embedded videos
rzhxeo
2013-12-30
1
-12
/
+7
*
release 2013.12.26
Philipp Hagemeister
2013-12-26
1
-1
/
+1
*
Print out encoding information in -v (#2046)
Philipp Hagemeister
2013-12-26
1
-0
/
+3
*
Document that format_id field should be present
Philipp Hagemeister
2013-12-26
1
-1
/
+2
*
[theplatform] Use centralized sorting
Philipp Hagemeister
2013-12-26
1
-4
/
+10
*
[channel 9] Use centralized format sorting
Philipp Hagemeister
2013-12-26
1
-8
/
+12
*
[internetvideoarchive] Use centralized format sorting
Philipp Hagemeister
2013-12-26
1
-5
/
+8
*
[blinkx] Use centralized format sorting
Philipp Hagemeister
2013-12-26
1
-2
/
+5
*
[ivi] Use centralized format sorting
Philipp Hagemeister
2013-12-26
1
-8
/
+10
*
[youporn] Add support for multiple formats
Philipp Hagemeister
2013-12-26
1
-20
/
+18
*
[bandcamp] Add support for multiple formats
Philipp Hagemeister
2013-12-26
1
-28
/
+41
*
[cnn] Add multiple formats, duration, and upload_date
Philipp Hagemeister
2013-12-26
3
-15
/
+80
*
Remove unused imports
Philipp Hagemeister
2013-12-25
2
-2
/
+0
*
[zdf] Make width extraction more robust
Philipp Hagemeister
2013-12-25
1
-6
/
+6
*
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister
2013-12-25
1
-1
/
+1
|
\
|
*
Merge pull request #2042 from dstftw/master
Philipp Hagemeister
2013-12-25
1
-1
/
+1
|
|
\
|
|
*
[smotri] Fix typo
dst
2013-12-25
1
-1
/
+1
|
|
/
*
|
[appletrailers] Use centralized format selection
Philipp Hagemeister
2013-12-25
1
-1
/
+2
*
|
[wistia] Use centralized sorting
Philipp Hagemeister
2013-12-25
1
-1
/
+2
*
|
[yahoo] Use centralized sorting, and add tbr field
Philipp Hagemeister
2013-12-25
4
-6
/
+13
*
|
[mdr] Use centralized format selection
Philipp Hagemeister
2013-12-24
1
-1
/
+2
*
|
[zdf] Use centralized sorting
Philipp Hagemeister
2013-12-24
3
-22
/
+18
*
|
[spiegel] Use centralized sorting
Philipp Hagemeister
2013-12-24
2
-1
/
+7
*
|
[mit] Add support for multiple formats
Philipp Hagemeister
2013-12-24
1
-4
/
+14
*
|
[dreisat] Use centralized format sorting
Philipp Hagemeister
2013-12-24
1
-7
/
+1
*
|
[youtube] Simplify format specification
Philipp Hagemeister
2013-12-24
1
-160
/
+62
*
|
Add more tests for format selection
Philipp Hagemeister
2013-12-24
1
-9
/
+66
*
|
Add temporary _sort_formats helper function
Philipp Hagemeister
2013-12-24
3
-21
/
+44
*
|
Add a resolution field and improve general --list-formats output
Philipp Hagemeister
2013-12-24
2
-10
/
+19
|
/
*
Remove dead code
Philipp Hagemeister
2013-12-23
3
-12
/
+3
*
[mplayer] Fix error introduced by downloader separation
Philipp Hagemeister
2013-12-23
1
-0
/
+1
*
[myvideo] Use RTMP instead of RTMPT (Fixes #2032)
Philipp Hagemeister
2013-12-23
2
-2
/
+9
*
[bliptv] Remove support for direct downloads
Philipp Hagemeister
2013-12-23
4
-25
/
+3
*
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister
2013-12-23
3
-11
/
+12
|
\
|
*
[subtitles-tests] Fix youtube test
Jaime Marquínez Ferrándiz
2013-12-23
1
-4
/
+0
|
*
YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`
Jaime Marquínez Ferrándiz
2013-12-23
2
-6
/
+6
|
*
YoutubeDL: only set the ‘formats’ field of the info_dict if it was alread...
Jaime Marquínez Ferrándiz
2013-12-23
1
-1
/
+6
*
|
[YoutubeDL] fix tests (Closes #2036)
Philipp Hagemeister
2013-12-23
1
-8
/
+8
|
/
*
release 2013.12.23.4
Philipp Hagemeister
2013-12-23
1
-1
/
+1
*
Merge remote-tracking branch 'jaimeMF/split-downloaders'
Philipp Hagemeister
2013-12-23
10
-727
/
+816
|
\
|
*
Move FileDownloader to its own module and create a new class for each downloa...
Jaime Marquínez Ferrándiz
2013-12-11
9
-724
/
+808
|
*
Now a new FileDownloader is created when downloading a video
Jaime Marquínez Ferrándiz
2013-12-11
2
-5
/
+10
*
|
[youtube] Prefer videos with sound
Philipp Hagemeister
2013-12-23
1
-3
/
+10
*
|
release 2013.12.23.3
Philipp Hagemeister
2013-12-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'rzhxeo/youtube'
Philipp Hagemeister
2013-12-23
2
-147
/
+99
|
\
\
|
*
|
Make prefer_free_formats sorting more robust
rzhxeo
2013-12-18
1
-1
/
+3
|
*
|
Filter and sort videos before calling list_formats
rzhxeo
2013-12-18
1
-4
/
+5
|
*
|
[YoutubeIE] Sort formats by resolution
rzhxeo
2013-12-18
1
-0
/
+4
|
*
|
[YoutubeIE] Add width and height to format dict
rzhxeo
2013-12-18
1
-51
/
+55
|
*
|
[YoutubeIE] Externalize format selection
rzhxeo
2013-12-18
2
-94
/
+35
[next]