Commit graph

  • 9ab8538b42 remove unused imports Romain Bignon 2014-03-25 21:49:47 +01:00
  • 1ffc83df5d fix unexpected argument to BrokenPageError Romain Bignon 2014-03-25 21:48:25 +01:00
  • 440baee739 [senscritique] use go instead of stay_or_go Bezleputh 2014-03-24 20:30:53 +01:00
  • 2c63f6d52e Better next_page field Florent 2014-03-25 13:25:25 +01:00
  • 77f2213229 Return default value if html node is not found Florent 2014-03-25 13:24:24 +01:00
  • e289fc6b8f Rename the filter Date to Datetime. Introduce Date Florent 2014-03-25 12:23:08 +01:00
  • e1944d95f3 Date actually supports Datetime objects Florent 2014-03-25 12:11:40 +01:00
  • 731d90c58e [senscritique] remove useless comment Bezleputh 2014-03-24 19:15:30 +01:00
  • 9eacdb0347 [browser2] fix bug in is_here when self.klass is None Bezleputh 2014-03-24 19:14:55 +01:00
  • afd499b0ed Add the format for the date in documentation Florent 2014-03-23 19:22:36 +01:00
  • f3d699f14a Call CleanText.clean Florent 2014-03-23 13:56:47 +01:00
  • 2f303823c4 Format should not inherit of CleanText Florent 2014-03-22 20:23:47 +01:00
  • d8887cf3d7 [browser2] add a join filter Bezleputh 2014-03-22 19:15:36 +01:00
  • 014234576e convert to browser2 Romain Bignon 2014-03-22 16:06:13 +01:00
  • e21e60a49b import exported LoggedPage Romain Bignon 2014-03-22 16:06:04 +01:00
  • f6b5996652 fix count of forms Romain Bignon 2014-03-22 16:05:46 +01:00
  • 3bf7ef62c8 fix wrong behavior with cookies handle Romain Bignon 2014-03-22 16:05:22 +01:00
  • 41e2cab536 Add documentation Florent 2014-03-22 14:59:01 +01:00
  • 007d99faf5 [senscritique] improve browser2 adaptation Bezleputh 2014-03-22 14:54:50 +01:00
  • bd4c0d29a1 [senscritique] fix bugs Bezleputh 2014-03-22 12:15:53 +01:00
  • 08adb2a63e use browser2 in boilerplate Romain Bignon 2014-03-21 23:09:32 +01:00
  • e692068a96 Add an example of is_here() with parameters Laurent Bachelier 2014-03-22 12:34:24 +01:00
  • 0927230e95 Also check arguments with is_here() Laurent Bachelier 2014-03-22 01:01:32 +01:00
  • 9079db8acd Show a user-friendly error message Laurent Bachelier 2014-03-22 02:43:49 +01:00
  • 463fdb2016 Fix passing the URL with id2url, when provided with an URL Laurent Bachelier 2014-03-22 02:31:25 +01:00
  • 27aa772ef5 Escape the base URL before adding it to the regexp Laurent Bachelier 2014-03-22 02:09:07 +01:00
  • a7e278a20d Add support for BASEURL instead of PROTOCOL+DOMAIN Laurent Bachelier 2014-03-22 02:01:37 +01:00
  • afb3bc412f Remove unused/obsolete parsers Laurent Bachelier 2014-03-21 18:48:14 +01:00
  • f20f73a9cd Hide wrong pyflakes/flake8 error Laurent Bachelier 2014-03-20 23:39:31 +01:00
  • 28332ebd62 Fix conversion warning Florent 2014-03-21 20:19:33 +01:00
  • 16f6fc349e Fix conversion warning Florent 2014-03-21 20:16:56 +01:00
  • 6c49775896 [senscritique] continue browser2 adaptation Bezleputh 2014-03-21 19:22:27 +01:00
  • 38a99064b0 add filter Format in default formatters Romain Bignon 2014-03-21 08:29:39 +01:00
  • 6704532ae3 fix crash when coming list is empty Romain Bignon 2014-03-20 19:46:29 +01:00
  • 876ddb7378 Trivial pep8 cleaning Florent 2014-03-20 16:16:35 +01:00
  • 39ea87fa61 Replace Insert2 by InsertX Florent 2014-03-20 16:07:50 +01:00
  • 5cdefd8966 Support pagination for history, fix crash when the call is free Florent 2014-03-20 15:37:50 +01:00
  • eab0f51e29 Support default values in CleanDecimal Florent 2014-03-20 15:37:28 +01:00
  • a9020483c2 Cleaning after browser2 Florent 2014-03-20 15:11:14 +01:00
  • 8ec4f24c9a Convert poivy to Browser2 Florent 2014-03-20 15:07:10 +01:00
  • 0feae01a9c Add replace_dots option to CleanDecimal Florent 2014-03-20 14:25:56 +01:00
  • ff04016c8c Remove home() Florent 2014-03-20 13:56:11 +01:00
  • d31e03db8e Move LoggedPage in tools.browser2 Florent 2014-03-20 12:10:21 +01:00
  • 4e6333fbcd Do not crash if an input does not have any type Florent 2014-03-20 11:51:03 +01:00
  • dc7a83cba0 Remove parse function Florent 2014-03-20 10:23:08 +01:00
  • 991723549e fix style Romain Bignon 2014-03-20 07:48:41 +01:00
  • 0a53824104 URL.open and URL.go can take 'params' argument Romain Bignon 2014-03-20 07:48:23 +01:00
  • 5e4337a0cb fix crash Romain Bignon 2014-03-20 07:48:16 +01:00
  • b830781128 use Regexp filter Romain Bignon 2014-03-20 07:31:36 +01:00
  • 06cee506f9 [browser2] Add JsonPage Bezleputh 2014-03-20 00:39:39 +01:00
  • 640504d79c [senscritique] adapt to browser2 Bezleputh 2014-03-20 00:38:16 +01:00
  • 1114dbd516 [browser2] Add an "open" method in order to open an url without changing the current URL Bezleputh 2014-03-15 11:58:45 +01:00
  • 4f4d08ec33 [browser2] Allow to import Profile Bezleputh 2014-03-15 10:23:26 +01:00
  • e217b24427 add a default value for Time/Duration Romain Bignon 2014-03-19 20:45:39 +01:00
  • e3cbda5dc8 Link inherits Attr Romain Bignon 2014-03-19 20:45:24 +01:00
  • 06d1907d3d add filter Duration Romain Bignon 2014-03-19 20:27:22 +01:00
  • 16615dd337 correctly save file content with -a Romain Bignon 2014-03-19 20:27:09 +01:00
  • 5fb0aad01e fix crash in multithread environment Romain Bignon 2014-03-19 18:56:39 +01:00
  • d5ea0d0810 piratebay: yet another domain change Laurent Bachelier 2014-03-18 15:34:08 +01:00
  • e5187bc5ed Simplify parse function Florent 2014-03-19 17:50:57 +01:00
  • 4e80317717 Update tests Florent 2014-03-19 17:30:51 +01:00
  • 492cc0e63b Some cleaning Florent 2014-03-19 17:04:49 +01:00
  • 822317912f Use Attr in module sachsen Florent 2014-03-19 16:46:55 +01:00
  • 0362821fb6 Introduce the new Attr filter Florent 2014-03-19 16:46:46 +01:00
  • ae3471fdf7 Rename Attr filter to Field Florent 2014-03-19 16:20:24 +01:00
  • 06c9fce9e4 If the regexp does not match, return NotAvailable Florent 2014-03-19 16:16:15 +01:00
  • a34f8ec997 Return NotAvailable if NotAvailable was given Florent 2014-03-19 16:15:49 +01:00
  • 971c36c68b factorization to be more browser2 aware Romain Bignon 2014-03-19 13:51:01 +01:00
  • 3013ddbda5 add Map, Date and Time filters Romain Bignon 2014-03-19 13:50:54 +01:00
  • fe4dbf8698 consider select and textarea fields in forms Romain Bignon 2014-03-19 12:18:05 +01:00
  • 23d5127454 Do not set None to the id Florent 2014-03-19 11:22:42 +01:00
  • 89584ee168 Convert sachsen module to browser2 Florent 2014-03-19 11:22:14 +01:00
  • b914e66969 Fix hints in not found error Florent 2014-03-19 11:18:47 +01:00
  • 57e08c6cad Do not display the unit if the value is empty Florent 2014-03-19 10:00:57 +01:00
  • 03ce941ccf Revert "Rewrite the empty function according to the new NotLoaded" Romain Bignon 2014-03-19 09:16:05 +01:00
  • 892b3634a3 copy of NotLoaded and NotAvailable returns the same object Romain Bignon 2014-03-19 09:15:38 +01:00
  • c4dfb49033 CleanChars is now an option of CleanText Florent 2014-03-18 17:08:30 +01:00
  • 8c6d3d1ae9 Display GaugeMeasure when level is zero Florent 2014-03-18 17:00:22 +01:00
  • cc68ffcfe2 Use more tools of browser2 in dresdenwetter (2/2) Florent 2014-03-18 16:28:04 +01:00
  • 29498ca78f Use more tools of browser2 in dresdenwetter Florent 2014-03-18 16:24:44 +01:00
  • 207c5d9b41 Display the text if the regexp does not match Florent 2014-03-18 16:24:10 +01:00
  • 081d4f32f0 Introduce CleanChars filter Florent 2014-03-18 16:23:51 +01:00
  • 01954fad4e NotAvailable can be now directly set Florent 2014-03-18 12:03:18 +01:00
  • 22606d961f Rewrite the empty function according to the new NotLoaded Florent 2014-03-18 12:02:26 +01:00
  • fc6f7d8c21 NotAvailable and NotLoaded should not be callable Florent 2014-03-18 11:51:02 +01:00
  • 8b0bb88d14 Convert dresdenwetter to browser2 Florent 2014-03-18 10:43:06 +01:00
  • 94632d60f8 Test "if a is None", not only "if a" Florent 2014-03-18 10:34:56 +01:00
  • ec3af7bfab remove dependencie to weboob.tools.parsers Romain Bignon 2014-03-17 21:43:57 +01:00
  • 91a4e8fa10 delete useless imports Johann Broudin 2014-03-17 18:30:39 +01:00
  • 6aa9caa5f5 delete the certificate in the cmb module Johann Broudin 2014-03-17 18:30:07 +01:00
  • 59bd4cd313 headers is not used anymore.. Johann Broudin 2014-03-14 13:57:07 +01:00
  • 2f66936cb0 cookie is not used anymore Johann Broudin 2014-03-14 13:54:38 +01:00
  • 1a6036897d the ssl check option is not used anymore Johann Broudin 2014-03-14 13:43:25 +01:00
  • 3a2bd9754f certhash is not used either at the moment Johann Broudin 2014-03-14 13:35:09 +01:00
  • 05978d8d77 [popolemploi] fix : site changed Bezleputh 2014-03-17 00:22:22 +01:00
  • 7621da74e6 change max_retries to 2 Johann Broudin 2014-03-14 10:58:26 +01:00
  • 7f82f45e70 correct the usage of proxy, timeout and ssl verification in browser2 Johann Broudin 2014-03-14 10:49:03 +01:00
  • b585f02b75 correct a bug in the history command of cmb Johann Broudin 2014-03-14 10:09:59 +01:00
  • 9146f2f312 Save request/response metadata with as much info as possible Laurent Bachelier 2014-03-14 01:51:48 +01:00
  • 3a9bc80f8a Saving cookies for debug isn't very interesting Laurent Bachelier 2014-03-14 01:37:54 +01:00