Commit graph

  • 14ea6a0f7d fix ox.django j 2014-09-28 21:57:31 +0200
  • 0a9d0d86d3 add version classifiers j 2014-09-28 21:57:02 +0200
  • 954312e0d6 support more kwargs to __init__ j 2014-09-05 13:04:18 +0200
  • a0666acf89 parse_useragent: add Mac OS X 10.10 Yosemite rolux 2014-09-04 18:50:34 +0200
  • 9edf30085e fix ox.iso language lookup j 2014-09-03 13:48:11 +0200
  • 3f15161bed fix ox.iso j 2014-07-22 17:32:34 +0200
  • 25c203e981 use metadata from ffmpeg2theora if available j 2014-07-20 12:54:13 +0200
  • 2f129c4766 parse language from audio track if video has multiple audio tracks j 2014-07-20 11:35:55 +0200
  • bc9c3c8944 map track language to track j 2014-07-20 11:20:43 +0200
  • 2bd1c7d657 handly empty subs j 2014-07-20 11:20:31 +0200
  • 5e2b3cf448 fix imdb poster j 2014-07-10 09:38:36 +0200
  • 5488920d07 add more video extensions j 2014-06-04 14:04:25 +0300
  • 2ee2087b1d add aiff j 2014-05-17 22:24:17 +0200
  • f3295c0eec dont fail if running outside of django env j 2014-05-17 18:30:15 +0200
  • 92d7c210ca work around thread issues with ox.cache j 2014-05-17 11:25:19 +0200
  • 07cd885b0a cleanup j 2014-05-09 12:20:55 +0200
  • 73a60e73d7 add abebooks j 2014-05-06 00:24:13 +0200
  • 8212c28ac7 handle broken headers j 2014-04-23 15:38:38 +0200
  • 94ca01a041 string.letters is changes uppercase position between python version, use string.ascii_uppercase j 2014-04-22 19:03:32 +0200
  • d2a6511a95 add timeout argument to ox.web.youtube.info j 2014-04-22 16:15:20 +0200
  • cdc56bc63f add lookupbyisbn j 2014-04-03 12:15:30 +0200
  • 9c844d0ce7 fix amazon parser j 2014-04-03 01:34:15 +0200
  • cc72dc96d3 ox.image: don't create array of identical arrays rolux 2014-03-25 12:44:50 +0100
  • 87a89f0594 update user-agent string j 2014-03-19 10:47:15 +0100
  • 7383bf08c4 fix content-disposition j 2014-03-01 14:17:23 +0100
  • 075e735cd1 update ox.web.youtube j 2014-02-19 14:09:54 +0530
  • 1c871f4d31 add method to add Access-Control-Allow-Origin to HttpFileResponses j 2014-02-05 06:37:37 +0000
  • 34691832eb revert change, fragment_fromstring only parses single element j 2014-02-04 10:44:51 +0000
  • 8bda86c17d use fragment_fromstring instead of document_fromstring j 2014-02-04 10:40:01 +0000
  • 7577b319ce dont take random number if film has no year j 2014-01-17 23:09:45 +0530
  • d1a5613f3f more summary fixes j 2014-01-16 13:56:07 +0530
  • 5a61dea925 fix imdb plotsummary parser j 2014-01-16 13:49:30 +0530
  • 5179a4fcf9 add yt 4k format j 2014-01-15 22:03:39 +0530
  • 2456ec2d5a ox.web.youtube: use in/out/value like ox.srt, decode html value j 2014-01-15 20:12:14 +0530
  • 575549ae33 only add api methods to API instance j 2014-01-03 00:54:49 +0530
  • 2abe99c89f fix wikipedia movie parser j 2013-12-22 13:38:43 +0530
  • 5c1ab13749 no need to load json string into ram j 2013-11-15 16:16:21 +0100
  • 37cd92dfba fix html cleanup of empty string j 2013-12-01 12:35:38 +0000
  • 6f68729b6f API: don't fail on missing 'doc' property rolux 2013-11-23 15:17:59 +0100
  • d664d99f89 rewrite sanitize_html to support global attributes j 2013-11-10 22:00:24 +0000
  • d8bb547e25 workaround for python2.6 j 2013-11-06 10:33:45 +0100
  • 828223ad82 dont break ox.API subclasses j 2013-11-03 16:39:57 +0100
  • 714729fee7 return new class for each ox.API call j 2013-11-02 17:40:01 +0100
  • d38da54a17 strip <p> j 2013-10-31 13:49:55 +0100
  • 5dcd8b3552 allow iframes in sanitize_html j 2013-10-24 16:40:04 +0000
  • 38853b1f4b detect IE11, part of ticket #1917 j 2013-10-24 00:24:13 +0200
  • e3ee66fe08 trivia j 2013-10-21 17:33:00 +0200
  • 0effb090a3 move EXTENSIONS to ox.file and add image type j 2013-10-14 20:07:05 +0200
  • 5c6ff50027 use iter to read file with a multiple of hash block_size(sha1sum) j 2013-10-14 12:35:07 +0200
  • 7d712445bf utf-8 filenames j 2013-10-11 20:38:35 +0200
  • 413848638b remove debug j 2013-10-11 20:13:10 +0200
  • 68b0e525ca fixes for django 1.5.x j 2013-10-11 20:12:37 +0200
  • 36c7e95788 support nulls_last in sqlite j 2013-10-11 20:12:23 +0200
  • 74a9b812b0 update user agent, fixes #1894 j 2013-09-27 18:14:34 +0200
  • 98ab0e29db support returning more than 10 results j 2013-09-08 15:56:57 +0200
  • cb45a25a7c geo.get_country: allow name as arg, not just code rolux 2013-08-28 12:06:56 +0200
  • 22eecc22e4 allow more html5 tags j 2013-08-27 08:51:18 +0000
  • a8e76893d3 only use most common title per type, fixes #1826 j 2013-08-24 17:30:37 +0200
  • f429ed8b07 add geo.split_geoname rolux 2013-08-18 11:56:48 +0200
  • 3cc5659310 add option to get tweets from one user j 2013-08-01 15:14:06 +0200
  • 3bf45b9d33 update UA parser rolux 2013-07-30 19:06:01 +0200
  • 68a324d8fa update UA parser rolux 2013-07-30 18:33:33 +0200
  • 611db3ed7b fix typos j 2013-07-30 15:22:23 +0200
  • 893a70791c update ua parser rolux 2013-07-29 19:03:46 +0200
  • 996344c689 update ua parser rolux 2013-07-29 18:22:22 +0200
  • b7f98ffecd cosmetic changes rolux 2013-07-25 09:29:24 +0200
  • ba6ee2e62e make sound unique j 2013-07-23 14:54:32 +0200
  • f3d26879fd one more j 2013-07-16 13:42:58 +0200
  • aa8641f22f more titles to ignore, cloes #1532 j 2013-07-16 13:41:49 +0200
  • 7acbc72305 return utf-8 encoded json j 2013-07-16 11:10:47 +0000
  • 02afccc253 normalize alternative title country names j 2013-07-16 11:41:16 +0200
  • 07e1a36ba9 filter working titles, one more World-wide/Internaltional j 2013-07-16 11:35:55 +0200
  • 5b9cb279ba world-wide title j 2013-07-16 11:02:43 +0200
  • 4c41db9460 add script to update ox.geo.COUNTRIES, normalize_country_name takes and returns a unicode string j 2013-07-13 16:14:25 +0200
  • adfe642547 use geo.normalize_country_name for normalize imdb names j 2013-07-13 15:48:26 +0200
  • ad7e21e7a8 fix lxml unicode handling j 2013-07-04 20:32:54 +0200
  • b1d248c4df add timeout as option to twitter.find, also return html j 2013-07-04 12:22:56 +0200
  • 0d9bba8865 in wrapText, when testing smaller line widths, don't hyphenate words that were previously not hyphenated rolux 2013-07-03 13:08:41 +0200
  • 330cc5ff3b fix missing space i.e. for: ox.image.wrapText("VERTEIDIGUNG DER ZEIT", 608, 2, "./data/MontserratBold.ttf", 48) j 2013-07-02 20:48:37 +0200
  • 6996f9c422 fix typos j 2013-07-02 13:00:27 +0000
  • 1d429b6d33 fix date time serialization j 2013-07-02 14:44:18 +0200
  • 78986c671e alternative titles are flipped now j 2013-06-29 18:50:10 +0200
  • deaa2bb988 dont return x as release date j 2013-06-29 18:21:58 +0200
  • 1e65f3e478 fix dates < 1900 j 2013-06-28 14:57:31 +0000
  • f7e9605828 fix release date parser j 2013-06-28 16:53:25 +0200
  • d7bd98d63a add www. j 2013-06-17 22:43:44 +0200
  • 27df553ffb move j 2013-06-14 12:19:36 +0200
  • 15ba89bac2 use ddg j 2013-06-14 12:17:18 +0200
  • e2bffccd36 add youtube playlist parser j 2013-06-12 18:28:19 +0200
  • f3d91b78d6 update criterion.py rolux 2013-06-09 16:48:58 +0200
  • 339b7026f5 ox.file: add ensure_ascii parameter to write_json; add write_image method (write_path + image.save) rolux 2013-06-09 16:45:26 +0200
  • 3951c67623 only look at function closures j 2013-06-07 09:44:00 +0000
  • 223ac3c534 pass settings to api template j 2013-06-07 11:25:28 +0200
  • 008654ad5d fix api documentation for double decorators j 2013-06-07 11:13:01 +0200
  • d79a3c0b95 fix #1574 (wrong id for non-imdb series episode 0 item) rolux 2013-06-06 20:37:46 +0200
  • cca251bc32 ox.image: add getTextSize method rolux 2013-06-06 17:29:52 +0200
  • f086c64e51 parse arsenal j 2013-06-06 11:20:43 +0200
  • f535b82e7b faster and more reliable encoding detection of html content j 2013-06-01 13:29:24 +0200
  • 3165e3a8b1 fix unicode detection j 2013-06-01 13:21:13 +0200
  • 7d7c7c9407 fix ddg j 2013-06-01 12:25:20 +0200