4 - Fix support for arte.tv [485ce77]
6 - media: Add support for tube.majestyc.net [47a1639]
7 - media: Add support for vzaar.com [343db67]
8 - media/lego.lua: Update ID pattern [ab8c084]
9 - media/liveleak.lua: Ignore fac3book iframe src values [bf18023]
10 - media/metacafe.lua: Relicense under AGPLv3+ [0593317]
11 - Move website/metacafe.lua to media/ [47d3d3d]
12 - Remove query_formats function [e0731b8]
13 - Rewrite ident function [3231cbf]
14 - Rewrite parse function [b13ee5f]
15 - media/tagtele.lua: Relicense under AGPLv3+ [af8dcb3]
16 - Move website/tagtele.lua to media/ [118a92e]
17 - Remove query_formats function [6e73a9a]
18 - Rewrite ident function [60da497]
19 - Rewrite parse function [cc40857]
20 - media/tapuz.lua: Relicense under AGPLv3+ [22c0ba7]
21 - Move website/tapuz.lua to media/ [f80a844]
22 - Remove query_formats function [2f9cb5f]
23 - Rewrite ident function [b44e053]
24 - Rewrite parse function [5f5bb57]
25 - media/videobash.lua: Relicense under AGPLv3+ [5a1a49b]
26 - Move website/videobash.lua to media/ [6adcc15]
27 - Remove query_formats function [b1b1d5f]
28 - Rewrite ident function [fa6ef82]
29 - Rewrite parse function [b712d04]
30 - media/vimeo.lua: Mark as FIXME [c5e7cc8]
31 - scan: Add support for embedded vzaar.com media URLs [2d8bfc3]
33 48 files changed, 1308 insertions(+), 451 deletions(-)
39 - Add support for ina.fr [5cb76af]
41 - FIX: media/clipfish.lua: Raise "no match: media stream URL" [808494b]
42 - FIX: media/funnyordie.lua: Media stream URL pattern [364ad53]
43 - FIX: media/funnyordie.lua: Set "Accept-Encoding" HTTP header [53c0a44]
44 - FIX: media/liveleak.lua: Sanitize input for LuaJSON [0f692c7]
45 - FIX: media/sevenload.lua: JSON extraction pattern [4ac3938]
46 - FIX: media/youtube.lua: Unescape using quvi/util [aedecad]
47 - FIX: quvi/youtube: ident: query: "v=" may not be first param [ffaadfd]
48 - FIX: resolve_redirections.lua: Normalize YouTube input URL [cf39991]
49 - Install with share/README [e8ad881]
50 - media/1tvru.lua: Relicense under AGPLv3+ [970da57]
51 - Remove query_formats function [296a34e]
52 - Rewrite ident function [853993f]
53 - Rewrite parse function [193755f]
54 - media/lego.lua: Relicense under AGPLv3+ [5b3daf1]
55 - Add support for "/videos?video=ID" [8799938]
56 - Remove query_formats function [f617614]
57 - Rewrite ident function [5343385]
58 - Rewrite parse function [317de20]
60 - Add support for >1 streams [0a34094]
61 - Parse stream URLs from "config:" [18b6caf]
62 - Sanitize JSON [7c7dcb9]
63 - media/myspass.lua: Relicense under AGPLv3+ [38fd4bf]
64 - Remove query_formats function [2ebdb84]
65 - Rewrite ident function [6e580da]
66 - Rewrite parse function [4d5db98]
67 - playlist/youtube.lua: Use HTTPS if input URL uses it [18068fe]
68 - media/youtube.lua: Use HTTPS if input URL uses it [e6a6587]
70 - normalize: Revise, remove "nocookie" handling [3d1d706]
71 - normalize: Process YouTube URLs only [fe4d72b]
72 - normalize: Reimplement [3fa91eb]
73 - scan/youtube.lua: Return HTTPS media URLs if input URL uses it [33b172f]
74 - subtitle/youtube.lua: Use HTTPS if input URL uses it [c58c7b5]
76 33 files changed, 1184 insertions(+), 424 deletions(-)
82 - media/guardian.lua: Also support "old" domain name [07c0d41]
84 - Use subdir-objects Automake option [3df38e0]
86 - AC_PREREQ: Bump to 2.69 [6b349f7]
87 - Do not bundle 'version' file, have install create it [f086380]
88 - FIX: Install cookie.lua to common/quvi/http/ [8c3be23]
89 - FIX: media/dailymotion.lua: sequence pattern (PORTpt4) [bd31628]
90 - FIX: media/funnyordie.lua: Stream URL pattern [41a7516]
92 6 files changed, 35 insertions(+), 28 deletions(-)
98 - configure.ac: Require a2x when building from git [1f118a6]
99 - FIX: media/guardian.lua: Multiple patterns [9e18bf6]
100 - FIX: tests: Use quvi_errcode instead of qerr [8113266]
101 - Mark media/break.lua as FIXME [85f885e]
102 - Mark media/charlierose.lua as FIXME [d85d71e]
104 18 files changed, 80 insertions(+), 91 deletions(-)
110 - FIX: media/break.lua: Break.can_parse_url: path pattern [63d560a]
111 - FIX: media/spiegel.lua: title pattern (BACKPORTpt4) [5e836ec]
112 - media/guardian.lua: Check for expired content (BACKPORTpt4) [a24b7aa]
113 - quvi/util: Add escape_magic function [751bf6d]
114 - Remove media/academicearth.lua [d04e115]
116 12 files changed, 31 insertions(+), 146 deletions(-)
121 This is the first official release of the 0.9 of libquvi-scripts. The
122 typical list of the changes (commit-by-commit), since the 0.4, were
125 For a detailed list of the changes, see the git commit log. For an
126 overview of the changes made in the quvi project 0.9+ series, see:
127 http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP)
130 v0.4.14 (2013-03-19) / Toni Gundogdu
133 - Add website script for wimp.com [3639d67]
134 - website utils: add base64 decoder [0eff56e]
136 5 files changed, 118 insertions(+), 6 deletions(-)
139 v0.4.13 (2013-03-03) / Toni Gundogdu
142 - FIX: ard.lua: Assign self.script_dir to package.path [64cab0d]
143 - Rename ard.lua to ardmediathek.lua [7a9bdb1]
145 4 files changed, 174 insertions(+), 173 deletions(-)
148 v0.4.12 (2013-02-10) / Toni Gundogdu
151 - Add ard.lua [c0add2d]
153 - FIX: tvlux.lua: Update patterns, parse thumb URL [85f1dea]
154 - FIX: wdrmaus.lua:101: invalid escape sequence [ef57874]
155 - Move fastjizz.lua under FIXME [e2d1f7f]
156 - Move mgnetwork.lua under FIXME [1912cd7]
158 13 files changed, 242 insertions(+), 65 deletions(-)
161 v0.4.11 (2013-02-01) / Toni Gundogdu
164 - Add support for myspass.de [2b79f18]
165 - Add support for wdrmaus.de [86d1c64]
167 - beeg.lua: Update title pattern [be81501]
168 - FIX: 1tvru.lua: title and media URL patterns [763338c]
169 - FIX: gaskrank.lua: media stream URL pattern [8c067a5]
170 - FIX: gen-news.sh: Find the closest tagname [89d31bc]
171 - FIX: lego.lua: All patterns [787be3d]
172 - FIX: metacafe.lua: Key parsing [4735455]
173 - FIX: theonion.lua: thumbnail URL pattern [8d6ee06]
174 - gaskrank.lua: Parse thumbnail URL [1e15082]
176 71 files changed, 398 insertions(+), 821 deletions(-)
179 v0.4.10 (2012-11-22) / Toni Gundogdu
182 - FIX: audioboo.lua: multiple patterns [b182505]
183 - FIX: break.lua: multiple patterns [6357cd1]
184 - FIX: dailymotion.lua: title pattern [bc35f74]
186 10 files changed, 28 insertions(+), 127 deletions(-)
189 v0.4.9 (2012-10-01) / Toni Gundogdu
192 - Add website/beeg.lua (NSFW) [5d7233f]
193 - Add website/deviantclip.lua (NSFW) [1b12bc4]
194 - Add website/fastjizz.lua (NSFW) [9f1ce8b]
195 - Add website/jizzhut.lua (NSFW) [d509b1b]
196 - Add website/xnxx.lua (NSFW) [ac72d16]
197 - FIX: website/youjizz.lua [ebc42da]
198 - website/keezmovies.lua: Detect encrypted streams [9498be7]
200 - FIX: youtube.lua [5b1c002] (aka. server response code 403 (conncode=0))
202 - FIX: Add quvi/html.lua to DIST_lua [c681d03]
203 - website/arte.lua: Mark as FIXME [e815821]
204 - website/collegehumor.lua: Mark as FIXME [4f65343]
205 - website/xvideos.lua: Improve title parsing (#109) [e657f45]
207 - website/tapuz.lua: Add tapuz flix support [bc24554]
209 27 files changed, 622 insertions(+), 86 deletions(-)
212 v0.4.8 (2012-08-21) / Toni Gundogdu
215 - totallynsfw.lua: Handle embedded media hosted elsewhere [e5a0d97]
217 - FIX: 101greatgoals.lua: article pattern [e4ae322]
218 - souncloud.lua: Never offer placeholder as thumbnail [2ffd344]
220 - Add support for BBC iPlayer (#28) [282632e]
222 - Add website/lego.lua (#107) [c38aa05]
224 - FIX: dailymotion.lua: sequence pattern (#108) [41e4bd9]
225 - FIX: media/gaskrank.lua: Media ID, stream URL patterns [186b41e]
226 - FIXME: website/bloomberg.lua [48ca011]
228 13 files changed, 402 insertions(+), 37 deletions(-)
231 v0.4.7 (2012-07-18) / Toni Gundogdu
234 - dailymotion.lua: Make urlback pattern more liberal [8eded85]
236 - Add support for justin.tv and twitch.tv (#99) [86baf5d]
238 - tvrain.lua: Adjust for new URL scheme on the site [7bf1682]
240 - Support spiegel.de with SEO URLs [6afe8e9]
242 - FIX: gaskrank.lua: stream URL, ID patterns [78817b8]
243 - FIX: gaskrank.lua: title pattern [52c6f6d]
244 - FIX: tvrain.lua: Change how media ID is parsed [7dfbc1e]
245 - FIX: vimeo.lua:115: no match: qualities (#106) [d7182ac]
246 - youtube.lua: Rewrite YouTube.choose_default [aec0afa]
248 Change how youtube.lua chooses the 'default' format for
250 - Either whichever is of 480p is found first
251 - Or whatever YouTube returns as the first format
253 The script previously defaulted to the lowest quality.
255 15 files changed, 118 insertions(+), 44 deletions(-)
258 v0.4.6 (2012-06-10) / Toni Gundogdu
261 - 1tvru.lua: Add support for 1tv.ru [82e3151]
262 - tvrain.lua: Add support for tvrain.ru [730720d]
264 - pornhub.lua: Media ID can be hexadecimal [82b78df]
266 - FIX: collegehumor.lua: title pattern [3825171]
267 - FIX: ted.lua: Media stream URL pattern [2fc90bf]
268 - FIX: xhamster.lua: server response code 404 [6f3e8bd]
270 - publicsenat.lua: Update support [f329cde]
271 - senat.lua: Add support for senat.fr [5cf4540]
273 15 files changed, 317 insertions(+), 33 deletions(-)
276 v0.4.5 (2012-05-30) / Toni Gundogdu
279 - Added 101greatgoals.lua [efc2cdf]
280 - dailymotion: Fix overeager ID fetching [0223bd8]
281 - FIX: sapo.lua: ID, media stream URL and title [84cb67d]
283 - Added canalplus.lua [ed6877d]
284 - Added support for empflix.com (NSFW website) [cb2de3c]
286 - Add website/redtube.lua [694ff91]
287 - FIX: pornhub.lua: media title, stream URL parsing [1867d4f]
288 - FIX: theonion.lua [70dfaab]
289 - FIX: videobash.lua: media URL parsing [471e73d]
290 - FIX: vimeo.lua (#97) [4f811dd]
291 - blip.lua: Mark as FIXME [888a3ed]
292 - keezmovies.lua: Mark as FIXME [4337407]
293 - pluzz.lua, francetelevisions.lua: Mark as FIXME [5b9cfc6]
294 - Lower AC_PREREQ to 2.67 [d1ac468]
295 - Remove funnyhub.lua: Videos no more [?] [3dae8bd]
296 - Remove google.lua: video.google.com is no more [8f38fe6]
297 - website/sapo.lua: Parse thumbnail_url [d8cfb16]
299 46 files changed, 740 insertions(+), 411 deletions(-)
302 v0.4.4 (2012-03-23) / Toni Gundogdu
305 - Rewrite scripts using "foo:match" instead of "foo:find"
306 - FIX: clipfish.lua: Use new config URL [bb8bf4c]
307 - FIX: dailymotion.lua: Issue with some videos (#92) [325b20e]
308 - Thanks to David Pugnasse for the fix
309 - FIX: Lua-5.2: Use gmatch instead of gfind (#89) [b5ae4e1]
310 - FIX: Lua-5.2: Use the # operator instead (#89) [04f0284]
311 - FIX: youtube.lua: Allow embed URLs w/ params (#90) [386aae2]
312 - FIXME: bikeradar.lua [6d64461]
315 v0.4.3 (2012-03-01) / Toni Gundogdu
318 - Add tcmag.lua [5f8d188]
319 - FIX: xhamster.lua (HTTP/403) [2bd53fd]
322 - Add special-case suffix for audio/mpeg [ca784e3]
323 - FIX: soundcloud.lua: Multi-byte char handling [82d1818]
326 - Add IMDb support (#88) [7198600]
329 - Add support for pornhub.com (NSFW) [968143b]
330 - Add support for tnaflix.com (NSFW) [d34caf1]
331 - FIX: youjizz [b60401e]
334 - Add videa.hu support (#84, Bastien) [ab56c38]
335 - FIX: liveleak.lua: attempt to index field 'path' (nil) [4919605]
336 - FIX: mgnetwork.lua: return duration in msec [b34fef6]
337 - FIX: videobash.lua: media URL pattern [8072eac]
338 - guardian.lua: Parse from JSON instead (#83) [019f38e]
339 - liveleak.lua: Support embedded URLs [fdd223a]
340 - Mark globo.lua as FIXME [26f48f5]
341 - Mark tube8.lua as FIXME [de13a39]
342 - Remove buzzhumor.lua [a568afc]
343 - Remove megavideo.lua [dc08e00]
344 - soundcloud.lua: Rework title parsing [53204fd]
345 - tcmag.lua: Make query_formats work with external content [f5cbd0d]
346 - ted.lua: Support the "default" format only [2caf52b]
349 0.4.2 Tue Nov 29 2011 Toni Gundogdu
351 - Add mgnetwork.lua, mutantmonkey <mutantmonkey@mutantmonkey.in> (#78)
352 - Remove foundrymusic.lua
354 - tube8.lua: media URL parsing, Tomas Janousek <tomi@nomi.cz> (#80)
355 - Multiple: potential "attempt to index ... (a nil value)"
356 - dailymotion.lua: no match: video plugin params
357 - videobash.lua: media URL parsing (#81)
360 0.4.1 Sun Nov 06 2011 Toni Gundogdu
362 - ted.lua: Handle off-site media
364 - ted.lua: thumbnail URL pattern
365 - xhamster.lua: title pattern
366 - yfrog.lua: title pattern
367 - ted.lua: media URL check
370 0.4.0 Wed Oct 05 2011 Toni Gundogdu
373 - Split from "quvi", new repo at <http://repo.or.cz/w/libquvi-scripts.git>
374 - videobash.lua (#71), thanks to Thomas Preud'homme <robotux@celest.fr>
375 - Add quvi/html.lua, thanks to Hans Elbers for the permission to use
376 - foundrymusic.lua (#69), thanks howeyc
377 - totallynsfw.lua, thanks anon
380 - "attempt to call global parse_path (a nil value)" in quvi/url.lua
381 - youtube.lua: YouTube.normalize: handle youtu.be with '/watch?v='
382 - liveleak.lua: 'handles' pattern: accept word chars
383 - pluzz.lua: rewrite to use quvi/util.lua: handles
385 For earlier notes, see <http://repo.or.cz/w/quvi.git/blob/HEAD:/NEWS>.