Philipp Hagemeister
9b583dca4c
Merge remote-tracking branch 'drags/yt-feed-loadmore'
10 years ago
Philipp Hagemeister
f4a3490cbc
[pornoxo] Fix test (view count)
10 years ago
Philipp Hagemeister
3d9fae1ed2
Add support for PornoXO
10 years ago
Philipp Hagemeister
5c47fc6809
Remove executable files.
These files are for a legacy updating system. This updating system would only apply to users who have not used youtube-dl for at least a year (because if they did use it, they would notice that basically everything about every service, maybe except a couple of YouTube videos, has changed in between).
We often get commits including these files, and they are irritating for us core developers as well. Good riddance!
If anyone notes that their updates fail, they can just reinstall (see http://rg3.github.io/youtube-dl/download.html for instructions).
10 years ago
Philipp Hagemeister
89fb6a9797
[spiegel] Add support for articles
10 years ago
Philipp Hagemeister
b734a87112
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
573585c234
[README] Add old Ubuntu versions to FAQ
10 years ago
Philipp Hagemeister
da2e1f53e0
[deezer] Add simple support
10 years ago
Sergey M․
f24e740bb8
[telemb] Add comment to test
10 years ago
Sergey M․
37419b4f99
[YoutubeDL] Escape non-ASCII characters in URLs
urllib chokes on URLs with non-ASCII characters (see http://bugs.python.org/issue3991 )
Working around by replacing request's original URL with escaped one
10 years ago
Sergey M․
64a450131b
Merge branch 'Lovius-master'
10 years ago
Sergey M․
adf2c0989d
[telemb] Extract all formats and modernize
10 years ago
Sergey M․
8fb7ff25c5
Merge branch 'master' of https://github.com/Lovius/youtube-dl into Lovius-master
10 years ago
Philipp Hagemeister
473219a778
release 2014.09.12
10 years ago
Philipp Hagemeister
aa37e3d486
[utils] Default SSL to TLS. ( Fixes #3727 )
On 2.x, we now try TLS first, and fall back to the compat 23 (basically anything) afterwards.
On 3.4+, we now use the proper function so that we get all the latest security configurations.
We allow SSLv3 though for the time being, since a lot of older pages use that.
On 3.3, we default to SSLv23 (basically "anything, including TLS") because that has the widest compatibility.
10 years ago
Jaime Marquínez Ferrándiz
edb53e2dc3
[youtube] Don't make the url protocol optional
The generic extractor will add it.
10 years ago
Jaime Marquínez Ferrándiz
f401a4173b
[youjizz] Don't make the url protocol optional ( fixes #3722 )
It would fail to download the webpag if it's missing.
And the generic extractor will add it.
10 years ago
Sergey M.
de00ff6494
Merge pull request #3716 from naglis/nosvideo
[nosvideo] Check for deleted video
10 years ago
Sergey M.
3616997929
Merge pull request #3718 from naglis/tv3play
[tvplay] Support similar services in different countries
10 years ago
Naglis Jonaitis
eef93b0912
[tvplay] Support similar services in different countries
10 years ago
Naglis Jonaitis
08d037309e
[nosvideo] Update test
10 years ago
Naglis Jonaitis
6024b0f25e
[nosvideo] Check for deleted videos
10 years ago
Philipp Hagemeister
561266641f
release 2014.09.10.1
10 years ago
Sergey M․
6899f2fe9e
[hostingbulk] Simplify
10 years ago
Sergey M.
136c8bd275
Merge pull request #3709 from naglis/hostingbulk
[hostingbulk] Add new extractor
10 years ago
Sergey M․
1bf5423e82
[generic/youtube] Recognize youtube nocookie embeds ( Closes #3713 )
10 years ago
Sergey M․
2c5c1f48e9
[izlesene] Simplify
10 years ago
Sergey M.
d8e487fbd9
Merge pull request #3710 from naglis/izlesene_fix
Izlesene fix
10 years ago
Philipp Hagemeister
bc7ff0a8dd
release 2014.09.10
10 years ago
Naglis Jonaitis
8e9da53140
[izlesene] Remove API URL
10 years ago
Naglis Jonaitis
f1d15e6dbc
[izlesene] Adapt to website changes and improve
10 years ago
Naglis Jonaitis
91ebb17ede
[hostingbulk] Add new extractor
10 years ago
Sergey M․
c63b30901b
[noco] Add authenticate support ( Closes #3706 )
10 years ago
Sergey M․
f009f19ece
[rutv] Fix rutv player regex
10 years ago
Sergey M․
68477e8839
[khanacademy] Improve _VALID_URL ( Closes #3695 )
10 years ago
Sergey M․
0dc5365564
[moevideo] Make filesize exact
10 years ago
Sergey M.
9face18d08
Merge pull request #3690 from naglis/sharesix
[sharesix] Add new extractor
10 years ago
Sergey M․
ff0ba8ce0f
[moevideo] Add videochart.net to _VALID_URL
10 years ago
Sergey M.
759c6293bd
Merge pull request #3691 from naglis/moevideo
[moevideo] Add new extractor
10 years ago
Sergey M․
3fbeb95e14
[vgtv] Add view count to test cases
10 years ago
Sergey M․
6e25f51cdf
Merge branch 'mrkolby-vgtv'
10 years ago
Sergey M․
321c1e44f9
[vgtv] Extract all formats, add support for wasLive and live streamTypes
10 years ago
Sergey M․
cc7fec5818
Merge branch 'vgtv' of https://github.com/mrkolby/youtube-dl into mrkolby-vgtv
10 years ago
Naglis Jonaitis
5fb9077e8c
[moevideo] Add new extractor
10 years ago
Naglis Jonaitis
8e20f81c5b
[sharesix] Add new extractor
10 years ago
Philipp Hagemeister
e154762c74
release 2014.09.06
10 years ago
Sergey M․
ba92ab3d05
Merge branch 'Rudloff-unistra_hd'
10 years ago
Sergey M․
a2f0cdc074
[unistra] Modernize
10 years ago
Lovius
0933440086
added extractor and __init__ loader for belgium local tv site telemb.be
10 years ago
Sergey M․
70a1ecd2c1
Merge branch 'unistra_hd' of https://github.com/Rudloff/youtube-dl into Rudloff-unistra_hd
10 years ago