Philipp Hagemeister
e1ccc04e9f
Test rtmpdump on travis ( Fixes #1601 )
10 years ago
Philipp Hagemeister
881e6a1f5c
Add --xattr-set-filesize option ( Fixes #1348 )
10 years ago
Philipp Hagemeister
baeaeffce5
[options] Add support for infinite retries ( Fixes #507 )
10 years ago
Philipp Hagemeister
c14e88f0f5
[YoutubeDL] Add --playlist-items option ( Fixes #2662 )
10 years ago
Philipp Hagemeister
8940b8608e
Merge remote-tracking branch 'h-collector/master'
Conflicts:
youtube_dl/extractor/fc2.py
10 years ago
Philipp Hagemeister
ec82d85acd
[YoutubeDL] Implement --write-all-thumbnails ( Closes #2269 )
10 years ago
Philipp Hagemeister
cfb56d1af3
Add --list-thumbnails
10 years ago
Sergey M․
1e10802990
[krasview] Fix extraction
10 years ago
David Development
6695916045
Merge branch 'rtl2.py' of https://github.com/David-Development/youtube-dl into rtl2.py
Conflicts:
youtube_dl/extractor/rtl2.py
10 years ago
David-Development
7906d199a1
[rtl2] Add new extractor
10 years ago
Jaime Marquínez Ferrándiz
1070711d60
[YoutubeDL._calc_cookies] Restore the 'is_unverifiable'
I should have check everything was copied before commiting 4b405cfc6e
.
10 years ago
Jaime Marquínez Ferrándiz
4b405cfc6e
[YoutubeDL._calc_cookies] Restore the 'has_header' method
I didn't copied it from downloader/external
10 years ago
Jaime Marquínez Ferrándiz
e5660ee6ae
[YoutubeDL] Fill the info dict 'http_headers' field with all the headers available
Useful for external tools using the json output.
The methods '_calc_headers' and '_calc_cookies' have been copied from the downloader/external, now they just use "info_dict['http_headers']".
10 years ago
David-Development
8011fba3ae
[rtl2] Add new extractor
10 years ago
Jaime Marquínez Ferrándiz
587a9c2749
[downloader/external] Use the 'http_headers' field
10 years ago
Jaime Marquínez Ferrándiz
e1554a407d
[extractors] Use http_headers for setting the User-Agent and the Referer
10 years ago
Jaime Marquínez Ferrándiz
3fcfb8e9fa
[utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the default user agent
Setting the 'User-Agent' header is enough
10 years ago
Philipp Hagemeister
384b62028a
[downloader/external] Add curl and aria2c ( Closes #182 )
10 years ago
Philipp Hagemeister
b95aab8482
[youtube:truncated_url] Add x-yt-cl URLs ( #4773 )
10 years ago
Sergey M․
fc2d6abfe7
[videott] Improve _VALID_URL and add test
10 years ago
Sergey M.
27de5625d4
Merge pull request #4771 from irfancharania/videott
[videott] improve extraction
10 years ago
Irfan Charania
6aa4f54d66
[videott] improve extraction
10 years ago
Philipp Hagemeister
222516d97d
[downloader] Lay groundwork for external downloaders.
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
10 years ago
Philipp Hagemeister
a055469faf
[downloader] Improve downloader selection
10 years ago
Jaime Marquínez Ferrándiz
fdaaaaa878
README: Recommend using flake8 instead of pyflake and pep8 separately
10 years ago
Jaime Marquínez Ferrándiz
12d1fb5aa9
[twitch] PEP8
10 years ago
Jaime Marquínez Ferrándiz
48f00d15b1
[auengine] Remove extractor
The test is probably infringing copyright and nobody has provided a new test (see #4643 ).
10 years ago
Naglis Jonaitis
3e055aa5c3
[cliphunter] Fix extraction and update test ( Fixes #4362 )
10 years ago
Philipp Hagemeister
6896a52721
release 2015.01.23.4
10 years ago
Philipp Hagemeister
5779b3e1fe
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
62cd676c74
[youtube] Fixup DASH m4a headers
This fixes #2288 , #2506 , #2607 , #3681 , #4741 , #4767 .
10 years ago
Sergey M․
0c17278843
[atresplayer] Extract subtitles
10 years ago
Philipp Hagemeister
d229ee70da
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
26e274666d
[liveleak] Add original videos ( Fixes #4768 )
10 years ago
Sergey M․
ebd46aed51
[atresplayer] Filter URLs and clarify android format ids
10 years ago
Philipp Hagemeister
e793f7671c
[liveleak] Modernize
10 years ago
Sergey M․
c2e64f71d0
[twitch] Add support for bookmarks
10 years ago
Jaime Marquínez Ferrándiz
0920e5830f
[atresplayer] Don't include f4m formats if they are protected by DRM ( fixes #4705 )
10 years ago
Jaime Marquínez Ferrándiz
bf7fa94ec7
[downloader/f4m] build_fragments_list: Support videos with more than 1 segment
10 years ago
Philipp Hagemeister
6f58db8982
release 2015.01.23.3
10 years ago
Philipp Hagemeister
aa42e87340
[utils] Catch strange Windows errors ( Closes #4733 )
10 years ago
Philipp Hagemeister
649f7966f7
Fix --sleep-interval ( #3426 )
10 years ago
Philipp Hagemeister
5f0d813d93
Merge remote-tracking branch 'rupertbaxter2/master'
Conflicts:
youtube_dl/__init__.py
youtube_dl/downloader/common.py
10 years ago
Philipp Hagemeister
501f13fbf3
[generic] Add support for Cinerama player ( Fixes #4752 )
10 years ago
Philipp Hagemeister
ba55168157
release 2015.01.23.2
10 years ago
Philipp Hagemeister
d79323136f
[utils] Simplify HTTPS socket creation
We were duplicating (bad) code and doing crazy things with SSL.
Just use TLSv1 across the board, and do with one implementation of HTTPSConnection.connect.
Fixes #4696 .
10 years ago
Philipp Hagemeister
08ff6ab07e
[gamestar] Modernize slightly
10 years ago
Philipp Hagemeister
ba655a0e4c
Merge remote-tracking branch 'derrotebaron/master'
10 years ago
Philipp Hagemeister
b59c17e543
Merge pull request #4745 from BitLooter/master
Embed description and URL as MP4 tags
10 years ago
Philipp Hagemeister
61ca9a80b3
[generic] Add support for BOMs ( Fixes #4753 )
10 years ago