Skip to content

not working for a big xml file #4

Description

@Euphorbium

try to scrape https://www.redbubble.com/sitemap/works-00001.xml and get the links

Python 3.6.4 (default, Sep 28 2018, 21:53:06) 
[GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from requests_xml import XMLSession
>>> session = XMLSession()
>>> sitemap = session.get("https://www.redbubble.com/sitemap/works-00001.xml")
>>> sitemap.xml.links
[]
>>> sitemap.xml.xpath('//url')
[]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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