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
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
megustamucho
94b539d155
[tube8] Improved regex
10 years ago
Sergey M․
3fbeb95e14
[vgtv] Add view count to test cases
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․
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
Sergey M․
88a23aef5a
[http] Avoid closing stdout ( Fixes #3686 )
10 years ago
Sergey M․
140d8d77b3
Credit @mrkolby for dbtv.no ( #3685 )
10 years ago
Sergey M․
4d067a58ca
[dbtv] Simplify, modernize, extract all formats
10 years ago
Sergey M․
1c1cff6a52
Merge branch 'dbtv' of https://github.com/mrkolby/youtube-dl into mrkolby-dbtv
...
Conflicts:
youtube_dl/extractor/__init__.py
10 years ago
Magnus Kolstad
f063a04f07
[dbtv] Add new extractor
10 years ago
Pierre Rudloff
af8812bb9b
Add HD detection to Unistra
10 years ago
Magnus Kolstad
78149a962b
[vgtv] Add new extractor
...
Because of the #! in the URL structure for VGTV we need to add ' before and after given URL. Or else it will cry:
-bash: !/video/100495/lars-og-lars-sesong-6-episode-6-lakselus: event not found
10 years ago
Sergey M․
f2d9e3a370
[arte.tv:+7] Allow single quotes for json vp url regexes ( Closes #3676 )
10 years ago
Philipp Hagemeister
16e6f396b4
release 2014.09.04.3
10 years ago
Sergey M․
c6ec6b2e8b
[arte.tv:+7] Add one another one pattern for json vp url
10 years ago
Sergey M․
7bbc6428b6
[nba] Modernize
10 years ago
Sergey M․
c1a3c9ddb2
[techtalks] Modernize
10 years ago
Sergey M․
feec0f56f5
[toypics:user] Update test playlist count
10 years ago
Sergey M․
8029857d27
[washingtonpost] Add playlist title to test
10 years ago
Philipp Hagemeister
aa61802c1e
release 2014.09.04.2
10 years ago
Philipp Hagemeister
f54aee0209
[cliphunter] Add support for more formats
10 years ago
Philipp Hagemeister
35d5b67876
release 2014.09.04.1
10 years ago
Philipp Hagemeister
674c869af4
[cache] Allow dots in keys ( Fixes #3674 )
10 years ago
Philipp Hagemeister
10710ae386
release 2014.09.04
10 years ago
Philipp Hagemeister
a0e07d3161
[youtube] Move cache into its own module
10 years ago
Sergey M․
a232bb9551
[empflix] Rewrite in terms of tnaflix
10 years ago
Sergey M․
eb833b7f5a
[tnaflix] Improve and make generic
10 years ago
Sergey M․
f164038b79
[utils] Make parse_duration case insensitive
10 years ago
Sergey M․
f7a361c4f1
Merge branch 'tnaflix' of https://github.com/peugeot/youtube-dl into peugeot-tnaflix
10 years ago
Sergey M․
884ae74785
[tvigle] Adapt to the new API
10 years ago
peugeot
1dba4a2185
Add support for TNAFlix
10 years ago
Philipp Hagemeister
7d4d5f25ed
[facebook] Fix login ( Fixes #3667 )
10 years ago
Sergey M․
33422c056d
[drtuber] Add display_id to test
10 years ago
Sergey M․
a7862a1bc8
[eporner] Extract all formats
10 years ago
Sergey M․
3baa62e8d1
[beeg] Extract all formats
10 years ago
Sergey M․
1bf8cf5c2c
[drtuber] Extract display_id
10 years ago
Sergey M․
eade1d7eab
[drtuber] Extract counters
10 years ago
Sergey M․
1a94ff6865
[mlb] Add support for embedded videos ( Closes #3653 )
10 years ago
Philipp Hagemeister
b47ed50aaf
[nosvideo] Remove determine_ext usage ( #3655 )
10 years ago
Philipp Hagemeister
1b8477729a
Merge remote-tracking branch 'naglis/nosvideo'
10 years ago
Philipp Hagemeister
ff6ade294c
release 2014.09.01.2
10 years ago
Philipp Hagemeister
11fc065c57
[drtuber] Add age_limit and be conservative about categories ( #3652 )
10 years ago
Philipp Hagemeister
94388f50b3
Merge remote-tracking branch 'peugeot/drtuber'
10 years ago
Philipp Hagemeister
a444648202
Merge remote-tracking branch 'origin/master'
...
Conflicts:
youtube_dl/extractor/eporner.py
youtube_dl/extractor/hornbunny.py
10 years ago
Philipp Hagemeister
7ca2e11f24
[beeg] Add age_limit
10 years ago
Philipp Hagemeister
563f6dea59
[eporner] +age_limit
10 years ago
Philipp Hagemeister
e4039057be
[hornbunny] Simplify and add age_limit
10 years ago
Philipp Hagemeister
11342b54d6
[anysex] Implement age_limit
10 years ago
Naglis Jonaitis
49fa38adf2
[nosvideo] Add new extractor
10 years ago
Jaime Marquínez Ferrándiz
9b330db7f0
Add age limit to anysex, beeg, eporner, hornbuny and sunporno
10 years ago
peugeot
d740f7e16f
Add support for drtuber.com
10 years ago
Philipp Hagemeister
07e7dc4bdc
[comedycentral] Prefer RTMP for now
10 years ago
Philipp Hagemeister
4c59dc4c34
[comedycentral] Support news-team URLs ( Fixes #3649 )
10 years ago
Philipp Hagemeister
7260ea0705
[comedycentral] Move tests to the extractor itself
10 years ago
Philipp Hagemeister
35b1e44567
Fix --rm-cache-dir error message
10 years ago
Sergey M․
c9ea760e31
[npo] Extract all formats
10 years ago
Sergey M․
9ebf22b7d9
[common] Improve codecs extraction from m3u8
10 years ago
Philipp Hagemeister
2582bebe06
[utils] Use flock instead of lockf ( Fixes #3621 )
10 years ago
Philipp Hagemeister
c9cc0bf57b
[youtube:playlist] PEP8
10 years ago
Philipp Hagemeister
61edcfb0a2
release 2014.09.01.1
10 years ago
Philipp Hagemeister
a8be56ce3d
[tudou] Add test case for #3643
10 years ago
Philipp Hagemeister
329818484c
Merge remote-tracking branch 'naglis/tudou_fix'
10 years ago
Philipp Hagemeister
8bdfddf641
[tudou] Modernize
10 years ago
Philipp Hagemeister
36d65b61d4
release 2014.09.01
10 years ago
Philipp Hagemeister
7d48c06f27
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
d169e36f5c
[beeg] PEP8 and additional tests
10 years ago
Philipp Hagemeister
2d7af09487
Merge remote-tracking branch 'peugeot/beeg'
10 years ago
Philipp Hagemeister
48d4681efc
[eporner] Simplify and correct ( #3629 )
10 years ago
Jaime Marquínez Ferrándiz
9ea9b61448
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
04b4aa4a7b
Merge remote-tracking branch 'peugeot/eporner'
10 years ago
Philipp Hagemeister
5a3f0d9aee
Merge remote-tracking branch 'peugeot/hornbunny'
10 years ago
Jaime Marquínez Ferrándiz
1ed5b5c9c8
[youtube:subscriptions] Fix extraction ( fixes #2975 )
10 years ago
Philipp Hagemeister
d10548b691
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
e990510e6b
Merge pull request #3616 from oneplusme/crunchyroll-login
...
Add login support to Crunchyroll extractor
10 years ago
Philipp Hagemeister
55f7bd2dcc
[youtube] Fix category extraction
10 years ago
Naglis Jonaitis
f931e25959
[tudou] Sort qualities by numeric value
10 years ago
Naglis Jonaitis
ca9cd290c7
[tudou] Fix #3643 - filter non-number qualities
10 years ago
Sergey M․
ae7246e7d5
[sunporno] Extract all formats and metadata
10 years ago
Sergey M․
43fd392413
Merge branch 'sunporno' of https://github.com/peugeot/youtube-dl into peugeot-sunporno
10 years ago
Philipp Hagemeister
3e7c12240c
[youtube] Test for like_count and dislike_count ( #3633 )
10 years ago
peugeot
7eb21356f9
Add support for sunporno.com
10 years ago
Jaime Marquínez Ferrándiz
f30a38be8b
[youtube] Fix extraction of like and dislike count ( fixes #3633 )
10 years ago
peugeot
2aebbccefc
Add support for beeg.com
10 years ago
Sergey M․
35241d05d1
[anysex] Simplify and extract more metadata
10 years ago
Sergey M․
be2dd0651e
Merge branch 'anysex' of https://github.com/peugeot/youtube-dl into peugeot-anysex
10 years ago
Sergey M․
7b53af7f70
[vporn] Fix issues, extract all formats and metadata
10 years ago
Sergey M․
ca7b3246b6
[utils] Improve parse_duration
10 years ago
peugeot
9c4c233b84
Fix exception with n_views<1000
10 years ago
peugeot
8a6c59865d
Fix exception with n_views<1000
10 years ago
peugeot
1d57b2520c
Add support for Eporner
10 years ago
peugeot
17b0b8a166
testing view count is stupid
10 years ago
peugeot
12c82cf9cb
add support for view count
10 years ago
peugeot
0bafcf6f46
forgot to test view count
10 years ago
peugeot
bbc9dc56f6
Add support for HornBunny
10 years ago
peugeot
72c65d39ff
Add support for AnySex
10 years ago
peugeot
676e3ecf24
Add support for Vporn
10 years ago
Adam
78272a076e
Add SSA (.ass) subtitle output for Crunchyroll
10 years ago
Adam
723e04d0be
Add login support to Crunchyroll extractor
10 years ago
Philipp Hagemeister
37709fae89
release 2014.08.29
10 years ago
Philipp Hagemeister
a81e4eb69d
[promptfile] Remove quality=1 and leave it to default
10 years ago
Naglis Jonaitis
8e72edfb19
[promptfile] Add new extractor
10 years ago
Philipp Hagemeister
863f08a92e
release 2014.08.28.2
10 years ago
Sergey M․
de2d9f5f1b
[rtlnl] Add support for progressive videos ( Closes #3603 )
10 years ago
Philipp Hagemeister
a520c11241
release 2014.08.28.1
10 years ago
Philipp Hagemeister
b94744d157
[dropbox] Make sure ?dl=0 is ignore ( Fixes #3605 )
10 years ago
Philipp Hagemeister
daebaab692
[extractor/common] Correct typo
10 years ago
Philipp Hagemeister
3524cc25ca
[sportdeutschland] Add support for more plain videos
10 years ago
Philipp Hagemeister
29a7e1f261
release 2014.08.28
10 years ago
Philipp Hagemeister
df53b6358d
[veehd] Modernize
10 years ago
Philipp Hagemeister
f1a9d64eea
[extractor/common] Modernize
10 years ago
Philipp Hagemeister
27f774862d
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
b759a0d4d2
fix up imports
10 years ago
Philipp Hagemeister
22a6f15061
Move playlist tests to extractors.
...
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
10 years ago
Philipp Hagemeister
259454525f
[nhl] Modernize
10 years ago
Philipp Hagemeister
ce6815aad3
[dailymotion] Correct test case
10 years ago
Philipp Hagemeister
4e408e479b
[utils] Modernize tests
10 years ago
Philipp Hagemeister
a9d3890fcb
[ted] Remove md5sum from test
...
This failed multiple times, and the md5sum is not that important anyways.
10 years ago
Jaime Marquínez Ferrándiz
7798fad535
[downloader/rtmp] Use check_exectuble
10 years ago
Jaime Marquínez Ferrándiz
baf2907501
[downloader/hls] Return False if ffmpeg or avconv couldn't be found
10 years ago
Jaime Marquínez Ferrándiz
3c765c68c4
[downloader/hls] Use check_executable
10 years ago
Jaime Marquínez Ferrándiz
29153f49b3
[downloader/hls] Use the correct program when reporting an error
10 years ago
Sergey M․
071a236c5a
[yahoo] Add one more pattern for content id
10 years ago
Sergey M․
10437550f4
[cbs] Update test video id
10 years ago
Philipp Hagemeister
2929b3e71d
[vimeo] Move all testcases to extractors and clean up
...
Previously, these extractors all defined their own suitable methods.
No test_all_urls tests that everything is in order, automatically :)
10 years ago
Philipp Hagemeister
d36d3f420c
[vimeo] Move test case to where it belongs
10 years ago
Philipp Hagemeister
60ac04e57c
[facebook] Match video.php URLs
10 years ago
Philipp Hagemeister
a7680bf330
release 2014.08.27.1
10 years ago
Philipp Hagemeister
6d3d3fc083
[ard] Add suppor for plain ARD downloads ( Fixes #3546 )
10 years ago
Philipp Hagemeister
aff216edf4
[generic] Prevent <video> search from skipping over empty sources ( #3546 )
10 years ago
Philipp Hagemeister
1cb6dcdbbe
[generic] Do not download images as videos by accident
10 years ago
Philipp Hagemeister
3f514a353e
release 2014.08.27
10 years ago
Philipp Hagemeister
da9ec3b932
[muscivault] Add extractor ( Fixes #3593 )
10 years ago
Philipp Hagemeister
191b7cbba9
[mfs] Modernize
10 years ago
Philipp Hagemeister
e8c59b9642
release 2014.08.26
10 years ago
Philipp Hagemeister
6abb066128
[sockshare] Fix title extraction ( Fixes #3592 )
10 years ago
Philipp Hagemeister
8f1ea7cbb6
[empflix] Revert to XML parser
...
Don't rely on the XML being broken (if they fix it, our code wouldn't work anymore).
Instead, use the transform function we already have :)
This partially reverts commit c7bee2a725
.
10 years ago
Jaime Marquínez Ferrándiz
a204c85408
[ign] Fix extraction of video in articles
10 years ago
Sergey M․
15a1f4b8fe
[empflix] Extract thumbnail
10 years ago
Sergey M․
c7bee2a725
[empflix] Adapt to malformed config XML
10 years ago
Jaime Marquínez Ferrándiz
dbc1366b50
[mixcloud] Use a HEAD request when checking if the url is valid
10 years ago
Philipp Hagemeister
704df56da7
[sportdeutschland] add new extractor
10 years ago
Philipp Hagemeister
33ac271ba7
[utils] Let request headers override standard headers
...
What was I thinking when writing this?
10 years ago
Philipp Hagemeister
0963f92f23
[eighttracks] modernize
10 years ago
Philipp Hagemeister
9a66c1079c
release 2014.08.25.3
10 years ago
Philipp Hagemeister
f971dcbba0
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
0990305d2a
[generic] Fix rss under Python 2.x and move test to extractor
10 years ago
Jaime Marquínez Ferrándiz
bcc069a937
[generic] Remove debug statement
10 years ago
Jaime Marquínez Ferrándiz
34708e1bb6
[bliptv] Remove superfluous characters in _VALID_URL regex
10 years ago
Philipp Hagemeister
829476b80a
[googlesearch] Move test to extractor
10 years ago
Philipp Hagemeister
1dd70fe330
release 2014.08.25.2
10 years ago
Philipp Hagemeister
067e922295
release 2014.08.25.1
10 years ago
Sergey M․
c28df2478f
[wat] Use server time and pass country argument ( Closes #3579 )
10 years ago
Philipp Hagemeister
241f7a8ade
Merge remote-tracking branch 'JGjorgji/fix-leading-zeroes'
10 years ago
Philipp Hagemeister
b252735910
[extractor/common] Generate better f4m format IDs
10 years ago
Philipp Hagemeister
7adcbe7594
[rtlnl] Extract duration
10 years ago
Philipp Hagemeister
8d31fa3cce
[execafterdownload] Simplify ( #3569 )
10 years ago
Philipp Hagemeister
1f06864e9a
[wat] Remove unused import
10 years ago
Philipp Hagemeister
348ae0a79e
Merge remote-tracking branch 'mcd1992/exec_after_download'
10 years ago
Philipp Hagemeister
528d455632
release 2014.08.25
10 years ago
Philipp Hagemeister
ba5d51b340
[vimeo] Always pass in referer ( Fixes #3582 )
10 years ago
mcd1992
7833d941bb
Rebased with upstream/master
10 years ago
mcd1992
a2360a4c80
Moved from os.system to subprocess.call
10 years ago
mcd1992
a7cacbca2b
Implemented --exec option.
10 years ago
Gjorgji Jankovski
c6b4132a0a
renamed for consistency
10 years ago
Gjorgji Jankovski
ad260c90ab
Filenames are padded according to the playlist length
10 years ago
Philipp Hagemeister
b8313f07bc
release 2014.08.24.6
10 years ago
Philipp Hagemeister
92a17d28ac
[wat] Make geolock a warning ( Fixes #3579 )
10 years ago
Philipp Hagemeister
5f90042bd6
[generic] remove unused imports
10 years ago
Philipp Hagemeister
9480d1a566
Merge remote-tracking branch 'riking/twofactor'
10 years ago
Philipp Hagemeister
36b0079f23
Credit @olebowle for GameOne:playlist ( #3247 )
10 years ago
Philipp Hagemeister
28028629b9
[gameone:playlist] Move test to extractor
10 years ago
Philipp Hagemeister
11f75cac3d
Merge remote-tracking branch 'olebowle/gameone'
10 years ago
Philipp Hagemeister
e673db0194
release 2014.08.24.5
10 years ago
Philipp Hagemeister
ebab4520ff
[generic] Use default opener for HEAD request ( Fixes #3528 )
10 years ago
Philipp Hagemeister
a71d1414eb
release 2014.08.24.4
10 years ago
Philipp Hagemeister
423817c468
[expotv] Add new extractor ( Fixes #3552 )
10 years ago
Philipp Hagemeister
51ed9fce09
[pornotube] Modernize
10 years ago
Philipp Hagemeister
d43aeb1d00
release 2014.08.24.3
10 years ago
Philipp Hagemeister
4d805e063c
[generic] Automatic detection of flow player and age_limit ( Fixes #3576 )
10 years ago
Philipp Hagemeister
24e5e24166
release 2014.08.24.2
10 years ago
Philipp Hagemeister
4d54ef20a2
[ministrygrid] Add extractor ( Fixes #2900 )
10 years ago
Philipp Hagemeister
54036b3991
[wayofthemaster] Remove unused import
10 years ago
Philipp Hagemeister
e5402ac120
[wayofthemaster] Add extractor ( Fixes #3575 )
10 years ago
Philipp Hagemeister
f56f8399c7
[ebaumsworld] Remove spurious determine_ext
10 years ago
Philipp Hagemeister
cf0c5fa3a1
[ebaumsworld] Modernize
10 years ago
Philipp Hagemeister
8c2ccefae6
release 2014.08.24.1
10 years ago
Philipp Hagemeister
1f8b6af773
[bip.tv] Allow underscore in lookup ids ( Fixes #3573 )
10 years ago
Philipp Hagemeister
8f9b683eeb
[blip.tv] Add legacy test case
...
This was broken in the mean time, so add a test case to make sure it doesn't break silently again.
10 years ago
Philipp Hagemeister
b5f4775b38
[arte.tv:creative] Fix test case
10 years ago
Philipp Hagemeister
01d906ffe9
[arte:creative] Support more URLs ( fixes #3572 )
10 years ago
Philipp Hagemeister
614582bcc4
release 2014.08.24
10 years ago
Philipp Hagemeister
e1ab5000b2
[brightcove] Add support for videoId= in og:video meta ( Fixes #3571 )
10 years ago
Philipp Hagemeister
a5ed3e571e
[brightcove] Detect geoblocking
10 years ago
Philipp Hagemeister
10eaeb20c5
[generic] Require og:video URLs to contain a dot
10 years ago
Philipp Hagemeister
fa8deaf38b
[generic] Prevent from downloading a .swf as a video
...
We're seeing quite a number of people who do not put a video file in the og:video field, but the player URL. Try to detect some of these and filter them out.
10 years ago
Philipp Hagemeister
6857590059
[brightcove] Add a truncated URL warning message ( #3571 )
10 years ago
Philipp Hagemeister
a3db22ebdf
[grooveshark] Use proper imports
10 years ago
Philipp Hagemeister
c8e9a235d9
[generic] Add support for camtasia videos ( Fixes #3574 )
10 years ago
Philipp Hagemeister
30b871b0ca
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
eb9da9b732
[grooveshark] Fix test md5sum
10 years ago
Philipp Hagemeister
d769be6c96
[grooveshark,http] Make HTTP POST downloads work
10 years ago
Sergey M․
a54bda3ae2
[wat] Add support for SD and HD videos ( Closes #3558 )
10 years ago
Philipp Hagemeister
00558d9414
Merge remote-tracking branch 'sehrgut/Grooveshark'
...
Conflicts:
youtube_dl/__init__.py
youtube_dl/extractor/__init__.py
10 years ago
Philipp Hagemeister
49f3c16543
release 2014.08.23
10 years ago
Philipp Hagemeister
2ef6fcb5d8
[sbs] Add new extractor ( Fixes #3566 )
10 years ago
Philipp Hagemeister
38fc045253
[rtlnl] Remove unused code
10 years ago
Philipp Hagemeister
af1fd929c6
[patreon] Remove unused import
10 years ago
Philipp Hagemeister
b7b04c9234
[vodlocker] Allow title to end with a <br>
10 years ago
Sergey M․
bc0bb6fd30
[movieclips] Add extractor ( Closes #3554 )
10 years ago
MikeCol
68909f0c4e
changed _VALID_URL to allow for country specific prefixes
10 years ago
Philipp Hagemeister
9d048a17d8
[rtve.es:live] Start supporting the 24h channel
10 years ago
Philipp Hagemeister
492641d10a
release 2014.08.22.3
10 years ago
Philipp Hagemeister
2b9faf5542
[rtve] Add support for live stream
...
At the moment, only RTVE-1 seems to work flawlessly.
-2 seems geoblocked right now.
-TDP doesn't seem to be available outside of Spain.
10 years ago
Philipp Hagemeister
ed2d6a1960
[generic] Simplify playlist support ( #2948 )
10 years ago