tests: default/spiegel.json: Use a more recent test URL
[libquvi-scripts.git] / NEWS
blobb60b5c2eb664c612916393a0267e6a99d307ade5
1 v0.4.9  (2012-10-01) / Toni Gundogdu
3 anon:
4   - Add website/beeg.lua (NSFW) [5d7233f]
5   - Add website/deviantclip.lua (NSFW) [1b12bc4]
6   - Add website/fastjizz.lua (NSFW) [9f1ce8b]
7   - Add website/jizzhut.lua (NSFW) [d509b1b]
8   - Add website/xnxx.lua (NSFW) [ac72d16]
9   - FIX: website/youjizz.lua [ebc42da]
10   - website/keezmovies.lua: Detect encrypted streams [9498be7]
11 Martin Herkt:
12   - FIX: youtube.lua [5b1c002] (aka. server response code 403 (conncode=0))
13 Toni Gundogdu:
14   - FIX: Add quvi/html.lua to DIST_lua [c681d03]
15   - website/arte.lua: Mark as FIXME [e815821]
16   - website/collegehumor.lua: Mark as FIXME [4f65343]
17   - website/xvideos.lua: Improve title parsing (#109) [e657f45]
18 Tzafrir Cohen:
19   - website/tapuz.lua: Add tapuz flix support [bc24554]
21  27 files changed, 622 insertions(+), 86 deletions(-)
24 v0.4.8  (2012-08-21) / Toni Gundogdu
26 anon:
27   - totallynsfw.lua: Handle embedded media hosted elsewhere [e5a0d97]
28 Bastien Nocera:
29   - FIX: 101greatgoals.lua: article pattern [e4ae322]
30   - souncloud.lua: Never offer placeholder as thumbnail [2ffd344]
31   and Pierre Carrier:
32   - Add support for BBC iPlayer (#28) [282632e]
33 Ross Burton:
34   - Add website/lego.lua (#107) [c38aa05]
35 Toni Gundogdu:
36   - FIX: dailymotion.lua: sequence pattern (#108) [41e4bd9]
37   - FIX: media/gaskrank.lua: Media ID, stream URL patterns [186b41e]
38   - FIXME: website/bloomberg.lua [48ca011]
40  13 files changed, 402 insertions(+), 37 deletions(-)
43 v0.4.7  (2012-07-18) / Toni Gundogdu
45 Adam Sampson:
46   - dailymotion.lua: Make urlback pattern more liberal [8eded85]
47 brunorex:
48   - Add support for justin.tv and twitch.tv (#99) [86baf5d]
49 Mikhail Gusarov:
50   - tvrain.lua: Adjust for new URL scheme on the site [7bf1682]
51 Till Maas:
52   - Support spiegel.de with SEO URLs [6afe8e9]
53 Toni Gundogdu:
54   - FIX: gaskrank.lua: stream URL, ID patterns [78817b8]
55   - FIX: gaskrank.lua: title pattern [52c6f6d]
56   - FIX: tvrain.lua: Change how media ID is parsed [7dfbc1e]
57   - FIX: vimeo.lua:115: no match: qualities (#106) [d7182ac]
58   - youtube.lua: Rewrite YouTube.choose_default [aec0afa]
60       Change how youtube.lua chooses the 'default' format for
61       YouTube media URLs:
62         - Either whichever is of 480p is found first
63         - Or whatever YouTube returns as the first format
65       The script previously defaulted to the lowest quality.
67  15 files changed, 118 insertions(+), 44 deletions(-)
70 v0.4.6 (2012-06-10) / Toni Gundogdu
72 Mikhail Gusarov:
73   - 1tvru.lua: Add support for 1tv.ru [82e3151]
74   - tvrain.lua: Add support for tvrain.ru [730720d]
75 Mort Gerald:
76   - pornhub.lua: Media ID can be hexadecimal [82b78df]
77 Toni Gundogdu:
78   - FIX: collegehumor.lua: title pattern [3825171]
79   - FIX: ted.lua: Media stream URL pattern [2fc90bf]
80   - FIX: xhamster.lua: server response code 404 [6f3e8bd]
81 RaphaĆ«l Droz:
82   - publicsenat.lua: Update support [f329cde]
83   - senat.lua: Add support for senat.fr [5cf4540]
85  15 files changed, 317 insertions(+), 33 deletions(-)
88 v0.4.5 (2012-05-30) / Toni Gundogdu
90 Bastien Nocera:
91   - Added 101greatgoals.lua [efc2cdf]
92   - dailymotion: Fix overeager ID fetching [0223bd8]
93   - FIX: sapo.lua: ID, media stream URL and title [84cb67d]
94 PaulK:
95   - Added canalplus.lua [ed6877d]
96   - Added support for empflix.com (NSFW website) [cb2de3c]
97 Toni Gundogdu:
98   - Add website/redtube.lua [694ff91]
99   - FIX: pornhub.lua: media title, stream URL parsing [1867d4f]
100   - FIX: theonion.lua [70dfaab]
101   - FIX: videobash.lua: media URL parsing [471e73d]
102   - FIX: vimeo.lua (#97) [4f811dd]
103   - blip.lua: Mark as FIXME [888a3ed]
104   - keezmovies.lua: Mark as FIXME [4337407]
105   - pluzz.lua, francetelevisions.lua: Mark as FIXME [5b9cfc6]
106   - Lower AC_PREREQ to 2.67 [d1ac468]
107   - Remove funnyhub.lua: Videos no more [?] [3dae8bd]
108   - Remove google.lua: video.google.com is no more [8f38fe6]
109   - website/sapo.lua: Parse thumbnail_url [d8cfb16]
111  46 files changed, 740 insertions(+), 411 deletions(-)
114 v0.4.4 (2012-03-23) / Toni Gundogdu
116 Toni Gundogdu:
117   - Rewrite scripts using "foo:match" instead of "foo:find"
118   - FIX: clipfish.lua: Use new config URL [bb8bf4c]
119   - FIX: dailymotion.lua: Issue with some videos (#92) [325b20e]
120       - Thanks to David Pugnasse for the fix
121   - FIX: Lua-5.2: Use gmatch instead of gfind (#89) [b5ae4e1]
122   - FIX: Lua-5.2: Use the # operator instead (#89) [04f0284]
123   - FIX: youtube.lua: Allow embed URLs w/ params (#90) [386aae2]
124   - FIXME: bikeradar.lua [6d64461]
127 v0.4.3 (2012-03-01) / Toni Gundogdu
129 Anonymous:
130   - Add tcmag.lua [5f8d188]
131   - FIX: xhamster.lua (HTTP/403) [2bd53fd]
133 Bastien Nocera:
134   - Add special-case suffix for audio/mpeg [ca784e3]
135   - FIX: soundcloud.lua: Multi-byte char handling [82d1818]
137 mutantmonkey:
138   - Add IMDb support (#88) [7198600]
140 PaulK:
141   - Add support for pornhub.com (NSFW) [968143b]
142   - Add support for tnaflix.com (NSFW) [d34caf1]
143   - FIX: youjizz [b60401e]
145 Toni Gundogdu:
146   - Add videa.hu support (#84, Bastien) [ab56c38]
147   - FIX: liveleak.lua: attempt to index field 'path' (nil) [4919605]
148   - FIX: mgnetwork.lua: return duration in msec [b34fef6]
149   - FIX: videobash.lua: media URL pattern [8072eac]
150   - guardian.lua: Parse from JSON instead (#83) [019f38e]
151   - liveleak.lua: Support embedded URLs [fdd223a]
152   - Mark globo.lua as FIXME [26f48f5]
153   - Mark tube8.lua as FIXME [de13a39]
154   - Remove buzzhumor.lua [a568afc]
155   - Remove megavideo.lua [dc08e00]
156   - soundcloud.lua: Rework title parsing [53204fd]
157   - tcmag.lua: Make query_formats work with external content [f5cbd0d]
158   - ted.lua: Support the "default" format only [2caf52b]
161 0.4.2  Tue Nov 29 2011  Toni Gundogdu
162 Changes:
163     - Add mgnetwork.lua, mutantmonkey <mutantmonkey@mutantmonkey.in> (#78)
164     - Remove foundrymusic.lua
165 Fixes:
166     - tube8.lua: media URL parsing, Tomas Janousek <tomi@nomi.cz> (#80)
167     - Multiple: potential "attempt to index ... (a nil value)"
168     - dailymotion.lua: no match: video plugin params
169     - videobash.lua: media URL parsing (#81)
172 0.4.1  Sun Nov 06 2011  Toni Gundogdu
173 Changes:
174     - ted.lua: Handle off-site media
175 Fixes:
176     - ted.lua: thumbnail URL pattern
177     - xhamster.lua: title pattern
178     - yfrog.lua: title pattern
179     - ted.lua: media URL check
182 0.4.0  Wed Oct 05 2011  Toni Gundogdu
184 Changes:
185   - Split from "quvi", new repo at <http://repo.or.cz/w/libquvi-scripts.git>
186   - videobash.lua (#71), thanks to Thomas Preud'homme <robotux@celest.fr>
187   - Add quvi/html.lua, thanks to Hans Elbers for the permission to use
188   - foundrymusic.lua (#69), thanks howeyc
189   - totallynsfw.lua, thanks anon
191 Fixes:
192   - "attempt to call global parse_path (a nil value)" in quvi/url.lua
193   - youtube.lua: YouTube.normalize: handle youtu.be with '/watch?v='
194   - liveleak.lua: 'handles' pattern: accept word chars
195   - pluzz.lua: rewrite to use quvi/util.lua: handles
197 For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.