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

« back to all changes in this revision

Viewing changes to recipes/new_scientist.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:
68
68
    url_list = []   # This list is used to check if an article had already been included.
69
69
 
70
70
    def get_browser(self):
71
 
        br = BasicNewsRecipe.get_browser()
 
71
        br = BasicNewsRecipe.get_browser(self)
72
72
        br.open('http://www.newscientist.com/')
73
73
        if self.username is not None and self.password is not None:
74
74
            br.open('https://www.newscientist.com/user/login')