FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Simple inversion in Chapter 04 > 2 Crawling through sites with search · Issue #104 · REMitchell/python-scraping · GitHub

Simple inversion in Chapter 04 > 2 Crawling through sites with search #104

Description

in Chapter 04 > 2 Crawling through sites with search:
in function def search(self, topic, site):
there is: content = Content(topic, title, body, url)
instead of: content = Content(topic, url, title, body)
as in:
class Content: def __init__(self, topic, url, title, body)
making returned content difficult to understand.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL