~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to recipes/history_today.recipe

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-02-12 16:45:34 UTC
  • mfrom: (1.3.38)
  • Revision ID: package-import@ubuntu.com-20130212164534-4tue9c37ui3lgdsl
Tags: 0.9.18+dfsg-1
* New upstream release. (Closes: #699700)
* Unfuzz patches.
* Add new libqt4-private-dev build dependency, required by this version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    needs_subscription = True
22
22
 
23
23
    def get_browser(self):
24
 
        br = BasicNewsRecipe.get_browser()
 
24
        br = BasicNewsRecipe.get_browser(self)
25
25
        if self.username is not None and self.password is not None:
26
26
            br.open('http://www.historytoday.com/user/login')
27
27
            br.select_form(nr=1)