tests: Add a test for media/majestyc.lua
[libquvi-scripts.git] / NEWS
blob14a8763ebca8a3cc2dc002a3bccafdf615aa8d68
1 v0.9.20131012
3 Mohamed El Morabity:
4   - Add support for ina.fr [5cb76af]
5 Toni Gundogdu:
6   - FIX: media/clipfish.lua: Raise "no match: media stream URL" [808494b]
7   - FIX: media/funnyordie.lua: Media stream URL pattern [364ad53]
8   - FIX: media/funnyordie.lua: Set "Accept-Encoding" HTTP header [53c0a44]
9   - FIX: media/liveleak.lua: Sanitize input for LuaJSON [0f692c7]
10   - FIX: media/sevenload.lua: JSON extraction pattern [4ac3938]
11   - FIX: media/youtube.lua: Unescape using quvi/util [aedecad]
12   - FIX: quvi/youtube: ident: query: "v=" may not be first param [ffaadfd]
13   - FIX: resolve_redirections.lua: Normalize YouTube input URL [cf39991]
14   - Install with share/README [e8ad881]
15   - media/1tvru.lua: Relicense under AGPLv3+ [970da57]
16     - Remove query_formats function [296a34e]
17     - Rewrite ident function [853993f]
18     - Rewrite parse function [193755f]
19   - media/lego.lua: Relicense under AGPLv3+ [5b3daf1]
20     - Add support for "/videos?video=ID" [8799938]
21     - Remove query_formats function [f617614]
22     - Rewrite ident function [5343385]
23     - Rewrite parse function [317de20]
24   - media/liveleak.lua:
25     - Add support for >1 streams [0a34094]
26     - Parse stream URLs from "config:" [18b6caf]
27     - Sanitize JSON [7c7dcb9]
28   - media/myspass.lua: Relicense under AGPLv3+ [38fd4bf]
29     - Remove query_formats function [2ebdb84]
30     - Rewrite ident function [6e580da]
31     - Rewrite parse function [4d5db98]
32   - playlist/youtube.lua: Use HTTPS if input URL uses it [18068fe]
33   - media/youtube.lua: Use HTTPS if input URL uses it [e6a6587]
34   - quvi/youtube:
35     - normalize: Revise, remove "nocookie" handling [3d1d706]
36     - normalize: Process YouTube URLs only [fe4d72b]
37     - normalize: Reimplement [3fa91eb]
38   - scan/youtube.lua: Return HTTPS media URLs if input URL uses it [33b172f]
39   - subtitle/youtube.lua: Use HTTPS if input URL uses it [c58c7b5]
41  33 files changed, 1184 insertions(+), 424 deletions(-)
44 v0.9.20130903
46 Bastien Nocera:
47   - media/guardian.lua: Also support "old" domain name [07c0d41]
48 Kerrick Staley:
49   - Use subdir-objects Automake option [3df38e0]
50 Toni Gundogdu:
51   - AC_PREREQ: Bump to 2.69 [6b349f7]
52   - Do not bundle 'version' file, have install create it [f086380]
53   - FIX: Install cookie.lua to common/quvi/http/ [8c3be23]
54   - FIX: media/dailymotion.lua: sequence pattern (PORTpt4) [bd31628]
55   - FIX: media/funnyordie.lua: Stream URL pattern [41a7516]
57  6 files changed, 35 insertions(+), 28 deletions(-)
60 v0.9.20130805
62 Toni Gundogdu:
63   - configure.ac: Require a2x when building from git [1f118a6]
64   - FIX: media/guardian.lua: Multiple patterns [9e18bf6]
65   - FIX: tests: Use quvi_errcode instead of qerr [8113266]
66   - Mark media/break.lua as FIXME [85f885e]
67   - Mark media/charlierose.lua as FIXME [d85d71e]
69  18 files changed, 80 insertions(+), 91 deletions(-)
72 v0.9.20130619
74 Toni Gundogdu:
75   - FIX: media/break.lua: Break.can_parse_url: path pattern [63d560a]
76   - FIX: media/spiegel.lua: title pattern (BACKPORTpt4) [5e836ec]
77   - media/guardian.lua: Check for expired content (BACKPORTpt4) [a24b7aa]
78   - quvi/util: Add escape_magic function [751bf6d]
79   - Remove media/academicearth.lua [d04e115]
81  12 files changed, 31 insertions(+), 146 deletions(-)
84 v0.9.20130520
86 This is the first official release of the 0.9 of libquvi-scripts. The
87 typical list of the changes (commit-by-commit), since the 0.4, were
88 omitted.
90 For a detailed list of the changes, see the git commit log. For an
91 overview of the changes made in the quvi project 0.9+ series, see:
92   http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP)
95 v0.4.14  (2013-03-19) / Toni Gundogdu
97 Martin Herkt:
98   - Add website script for wimp.com [3639d67]
99   - website utils: add base64 decoder [0eff56e]
101  5 files changed, 118 insertions(+), 6 deletions(-)
104 v0.4.13  (2013-03-03) / Toni Gundogdu
106 Toni Gundogdu:
107   - FIX: ard.lua: Assign self.script_dir to package.path [64cab0d]
108   - Rename ard.lua to ardmediathek.lua [7a9bdb1]
110  4 files changed, 174 insertions(+), 173 deletions(-)
113 v0.4.12  (2013-02-10) / Toni Gundogdu
115 Thomas Weißschuh:
116   - Add ard.lua [c0add2d]
117 Toni Gundogdu:
118   - FIX: tvlux.lua: Update patterns, parse thumb URL [85f1dea]
119   - FIX: wdrmaus.lua:101: invalid escape sequence [ef57874]
120   - Move fastjizz.lua under FIXME [e2d1f7f]
121   - Move mgnetwork.lua under FIXME [1912cd7]
123  13 files changed, 242 insertions(+), 65 deletions(-)
126 v0.4.11  (2013-02-01) / Toni Gundogdu
128 Guido Leisker:
129   - Add support for myspass.de [2b79f18]
130   - Add support for wdrmaus.de [86d1c64]
131 Toni Gundogdu:
132   - beeg.lua: Update title pattern [be81501]
133   - FIX: 1tvru.lua: title and media URL patterns [763338c]
134   - FIX: gaskrank.lua: media stream URL pattern [8c067a5]
135   - FIX: gen-news.sh: Find the closest tagname [89d31bc]
136   - FIX: lego.lua: All patterns [787be3d]
137   - FIX: metacafe.lua: Key parsing [4735455]
138   - FIX: theonion.lua: thumbnail URL pattern [8d6ee06]
139   - gaskrank.lua: Parse thumbnail URL [1e15082]
141  71 files changed, 398 insertions(+), 821 deletions(-)
144 v0.4.10  (2012-11-22) / Toni Gundogdu
146 Toni Gundogdu:
147   - FIX: audioboo.lua: multiple patterns [b182505]
148   - FIX: break.lua: multiple patterns [6357cd1]
149   - FIX: dailymotion.lua: title pattern [bc35f74]
151  10 files changed, 28 insertions(+), 127 deletions(-)
154 v0.4.9  (2012-10-01) / Toni Gundogdu
156 anon:
157   - Add website/beeg.lua (NSFW) [5d7233f]
158   - Add website/deviantclip.lua (NSFW) [1b12bc4]
159   - Add website/fastjizz.lua (NSFW) [9f1ce8b]
160   - Add website/jizzhut.lua (NSFW) [d509b1b]
161   - Add website/xnxx.lua (NSFW) [ac72d16]
162   - FIX: website/youjizz.lua [ebc42da]
163   - website/keezmovies.lua: Detect encrypted streams [9498be7]
164 Martin Herkt:
165   - FIX: youtube.lua [5b1c002] (aka. server response code 403 (conncode=0))
166 Toni Gundogdu:
167   - FIX: Add quvi/html.lua to DIST_lua [c681d03]
168   - website/arte.lua: Mark as FIXME [e815821]
169   - website/collegehumor.lua: Mark as FIXME [4f65343]
170   - website/xvideos.lua: Improve title parsing (#109) [e657f45]
171 Tzafrir Cohen:
172   - website/tapuz.lua: Add tapuz flix support [bc24554]
174  27 files changed, 622 insertions(+), 86 deletions(-)
177 v0.4.8  (2012-08-21) / Toni Gundogdu
179 anon:
180   - totallynsfw.lua: Handle embedded media hosted elsewhere [e5a0d97]
181 Bastien Nocera:
182   - FIX: 101greatgoals.lua: article pattern [e4ae322]
183   - souncloud.lua: Never offer placeholder as thumbnail [2ffd344]
184   and Pierre Carrier:
185   - Add support for BBC iPlayer (#28) [282632e]
186 Ross Burton:
187   - Add website/lego.lua (#107) [c38aa05]
188 Toni Gundogdu:
189   - FIX: dailymotion.lua: sequence pattern (#108) [41e4bd9]
190   - FIX: media/gaskrank.lua: Media ID, stream URL patterns [186b41e]
191   - FIXME: website/bloomberg.lua [48ca011]
193  13 files changed, 402 insertions(+), 37 deletions(-)
196 v0.4.7  (2012-07-18) / Toni Gundogdu
198 Adam Sampson:
199   - dailymotion.lua: Make urlback pattern more liberal [8eded85]
200 brunorex:
201   - Add support for justin.tv and twitch.tv (#99) [86baf5d]
202 Mikhail Gusarov:
203   - tvrain.lua: Adjust for new URL scheme on the site [7bf1682]
204 Till Maas:
205   - Support spiegel.de with SEO URLs [6afe8e9]
206 Toni Gundogdu:
207   - FIX: gaskrank.lua: stream URL, ID patterns [78817b8]
208   - FIX: gaskrank.lua: title pattern [52c6f6d]
209   - FIX: tvrain.lua: Change how media ID is parsed [7dfbc1e]
210   - FIX: vimeo.lua:115: no match: qualities (#106) [d7182ac]
211   - youtube.lua: Rewrite YouTube.choose_default [aec0afa]
213       Change how youtube.lua chooses the 'default' format for
214       YouTube media URLs:
215         - Either whichever is of 480p is found first
216         - Or whatever YouTube returns as the first format
218       The script previously defaulted to the lowest quality.
220  15 files changed, 118 insertions(+), 44 deletions(-)
223 v0.4.6 (2012-06-10) / Toni Gundogdu
225 Mikhail Gusarov:
226   - 1tvru.lua: Add support for 1tv.ru [82e3151]
227   - tvrain.lua: Add support for tvrain.ru [730720d]
228 Mort Gerald:
229   - pornhub.lua: Media ID can be hexadecimal [82b78df]
230 Toni Gundogdu:
231   - FIX: collegehumor.lua: title pattern [3825171]
232   - FIX: ted.lua: Media stream URL pattern [2fc90bf]
233   - FIX: xhamster.lua: server response code 404 [6f3e8bd]
234 Raphaël Droz:
235   - publicsenat.lua: Update support [f329cde]
236   - senat.lua: Add support for senat.fr [5cf4540]
238  15 files changed, 317 insertions(+), 33 deletions(-)
241 v0.4.5 (2012-05-30) / Toni Gundogdu
243 Bastien Nocera:
244   - Added 101greatgoals.lua [efc2cdf]
245   - dailymotion: Fix overeager ID fetching [0223bd8]
246   - FIX: sapo.lua: ID, media stream URL and title [84cb67d]
247 PaulK:
248   - Added canalplus.lua [ed6877d]
249   - Added support for empflix.com (NSFW website) [cb2de3c]
250 Toni Gundogdu:
251   - Add website/redtube.lua [694ff91]
252   - FIX: pornhub.lua: media title, stream URL parsing [1867d4f]
253   - FIX: theonion.lua [70dfaab]
254   - FIX: videobash.lua: media URL parsing [471e73d]
255   - FIX: vimeo.lua (#97) [4f811dd]
256   - blip.lua: Mark as FIXME [888a3ed]
257   - keezmovies.lua: Mark as FIXME [4337407]
258   - pluzz.lua, francetelevisions.lua: Mark as FIXME [5b9cfc6]
259   - Lower AC_PREREQ to 2.67 [d1ac468]
260   - Remove funnyhub.lua: Videos no more [?] [3dae8bd]
261   - Remove google.lua: video.google.com is no more [8f38fe6]
262   - website/sapo.lua: Parse thumbnail_url [d8cfb16]
264  46 files changed, 740 insertions(+), 411 deletions(-)
267 v0.4.4 (2012-03-23) / Toni Gundogdu
269 Toni Gundogdu:
270   - Rewrite scripts using "foo:match" instead of "foo:find"
271   - FIX: clipfish.lua: Use new config URL [bb8bf4c]
272   - FIX: dailymotion.lua: Issue with some videos (#92) [325b20e]
273       - Thanks to David Pugnasse for the fix
274   - FIX: Lua-5.2: Use gmatch instead of gfind (#89) [b5ae4e1]
275   - FIX: Lua-5.2: Use the # operator instead (#89) [04f0284]
276   - FIX: youtube.lua: Allow embed URLs w/ params (#90) [386aae2]
277   - FIXME: bikeradar.lua [6d64461]
280 v0.4.3 (2012-03-01) / Toni Gundogdu
282 Anonymous:
283   - Add tcmag.lua [5f8d188]
284   - FIX: xhamster.lua (HTTP/403) [2bd53fd]
286 Bastien Nocera:
287   - Add special-case suffix for audio/mpeg [ca784e3]
288   - FIX: soundcloud.lua: Multi-byte char handling [82d1818]
290 mutantmonkey:
291   - Add IMDb support (#88) [7198600]
293 PaulK:
294   - Add support for pornhub.com (NSFW) [968143b]
295   - Add support for tnaflix.com (NSFW) [d34caf1]
296   - FIX: youjizz [b60401e]
298 Toni Gundogdu:
299   - Add videa.hu support (#84, Bastien) [ab56c38]
300   - FIX: liveleak.lua: attempt to index field 'path' (nil) [4919605]
301   - FIX: mgnetwork.lua: return duration in msec [b34fef6]
302   - FIX: videobash.lua: media URL pattern [8072eac]
303   - guardian.lua: Parse from JSON instead (#83) [019f38e]
304   - liveleak.lua: Support embedded URLs [fdd223a]
305   - Mark globo.lua as FIXME [26f48f5]
306   - Mark tube8.lua as FIXME [de13a39]
307   - Remove buzzhumor.lua [a568afc]
308   - Remove megavideo.lua [dc08e00]
309   - soundcloud.lua: Rework title parsing [53204fd]
310   - tcmag.lua: Make query_formats work with external content [f5cbd0d]
311   - ted.lua: Support the "default" format only [2caf52b]
314 0.4.2  Tue Nov 29 2011  Toni Gundogdu
315 Changes:
316     - Add mgnetwork.lua, mutantmonkey <mutantmonkey@mutantmonkey.in> (#78)
317     - Remove foundrymusic.lua
318 Fixes:
319     - tube8.lua: media URL parsing, Tomas Janousek <tomi@nomi.cz> (#80)
320     - Multiple: potential "attempt to index ... (a nil value)"
321     - dailymotion.lua: no match: video plugin params
322     - videobash.lua: media URL parsing (#81)
325 0.4.1  Sun Nov 06 2011  Toni Gundogdu
326 Changes:
327     - ted.lua: Handle off-site media
328 Fixes:
329     - ted.lua: thumbnail URL pattern
330     - xhamster.lua: title pattern
331     - yfrog.lua: title pattern
332     - ted.lua: media URL check
335 0.4.0  Wed Oct 05 2011  Toni Gundogdu
337 Changes:
338   - Split from "quvi", new repo at <http://repo.or.cz/w/libquvi-scripts.git>
339   - videobash.lua (#71), thanks to Thomas Preud'homme <robotux@celest.fr>
340   - Add quvi/html.lua, thanks to Hans Elbers for the permission to use
341   - foundrymusic.lua (#69), thanks howeyc
342   - totallynsfw.lua, thanks anon
344 Fixes:
345   - "attempt to call global parse_path (a nil value)" in quvi/url.lua
346   - youtube.lua: YouTube.normalize: handle youtu.be with '/watch?v='
347   - liveleak.lua: 'handles' pattern: accept word chars
348   - pluzz.lua: rewrite to use quvi/util.lua: handles
350 For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.