No description
  • Python 99.2%
  • Shell 0.3%
  • Perl 0.3%
  • Batchfile 0.1%
Find a file
Laurent Bachelier 4b802f32dd browser2: Evolve _fix_redirect for latest python-requests
See commits:
e831947be43bc97b39d6e6e573cb0842b67fea80
dacc1d8aafedf80f8736d794005b6c8e8b1d4ad1
b20d171c1c11ecee83b7e4a0beead1e54902d37b

The entire redirect thingy will have to be overriden anyway, as it is
still broken. Cookies are given domain to domain without any checks.
2014-03-10 13:11:06 +01:00
contrib [windows installer] improve 64 bit management 2014-02-06 11:30:15 +01:00
desktop ajout application qhandjoob 2013-07-14 19:08:17 +02:00
docs bump to 0.i 2014-01-08 23:40:16 +01:00
icons Add boobsize icon 2014-01-14 11:04:54 +01:00
man Weboob 0.h released 2014-01-08 23:39:45 +01:00
modules youtube-dl: Fix returning the best format 2014-03-08 20:20:07 +01:00
scripts First implementation of boobsize 2013-12-17 12:59:49 +01:00
tools boilerplate: fix variable misuse in 'cap' recipe 2014-03-02 21:32:43 +01:00
weboob browser2: Evolve _fix_redirect for latest python-requests 2014-03-10 13:11:06 +01:00
.gitignore Fix local_run with empty localconfig 2013-03-25 11:10:38 +01:00
.mailmap Add one alias for Christophe Lampin 2013-08-03 17:24:18 +02:00
AUTHORS introduce Matthieu Rakotojaona 2014-01-29 12:03:59 +01:00
build.mk add missing references to build qhandjoob 2013-07-14 19:08:17 +02:00
ChangeLog Weboob 0.h released 2014-01-08 23:39:45 +01:00
COPYING change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
INSTALL Better README/INSTALL 2013-06-26 23:20:52 +02:00
MANIFEST.in fix included path 2012-03-16 15:03:06 +01:00
MANIFEST.in.modules add --modules to install modules 2013-08-18 20:21:57 +02:00
README Better README/INSTALL 2013-06-26 23:20:52 +02:00
release.sh Litte change in release.sh 2013-08-03 14:09:44 +02:00
setup.cfg More robust currency guessing 2013-02-05 16:32:17 +01:00
setup.py bump to 0.i 2014-01-08 23:40:16 +01:00

Weboob is a project which provides a core library, modules and applications.

Overview
--------

The core library defines capabilities: features common to various websites.
For example, http://www.youtube.com/ and http://www.dailymotion.com/ both
provide videos; Weboob defines the "ICapVideo" capability for them.

Each module interfaces with a website and implements one or many of these
capabilities. Modules can be configured (becoming a "backend"), which means
that the end-user can provide personal information to access the underlying
website, like a login and password.

Applications allow the end-user to work with many modules in parallel,
in a multi-threaded way. For example, one could search a video on
many websites at once. Applications are toolkit-agnostic. They can use GTK+,
Qt or be text-only. The latter can be used either in an interactive way
or in pipes.

The core library provides base classes which help developers write
modules and applications.

Weboob is written in Python and is distributed under the AGPLv3+ license.


For more information, please go to the official website at http://weboob.org/

Installation is described on the website or in the INSTALL file.