{"id":13467972,"url":"https://github.com/michaelhelmick/lassie","last_synced_at":"2025-05-16T05:05:36.354Z","repository":{"id":9797488,"uuid":"11775142","full_name":"michaelhelmick/lassie","owner":"michaelhelmick","description":"Web Content Retrieval for Humans™","archived":false,"fork":false,"pushed_at":"2022-07-30T23:22:33.000Z","size":352,"stargazers_count":620,"open_issues_count":12,"forks_count":48,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-08T15:05:46.657Z","etag":null,"topics":["content","meta","oembed","python","requests"],"latest_commit_sha":null,"homepage":"https://lassie.readthedocs.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelhelmick.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-30T20:41:39.000Z","updated_at":"2025-04-01T21:16:57.000Z","dependencies_parsed_at":"2022-07-25T23:49:32.885Z","dependency_job_id":null,"html_url":"https://github.com/michaelhelmick/lassie","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Flassie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Flassie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Flassie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Flassie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelhelmick","download_url":"https://codeload.github.com/michaelhelmick/lassie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471061,"owners_count":22076585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["content","meta","oembed","python","requests"],"created_at":"2024-07-31T15:01:03.426Z","updated_at":"2025-05-16T05:05:36.335Z","avatar_url":"https://github.com/michaelhelmick.png","language":"HTML","readme":"Lassie\n======\n\n.. image:: https://img.shields.io/pypi/v/lassie.svg?style=flat-square\n  :target: https://pypi.python.org/pypi/lassie\n\n.. image:: https://img.shields.io/travis/michaelhelmick/lassie.svg?style=flat-square\n  :target: https://travis-ci.org/michaelhelmick/lassie\n\n.. image:: https://img.shields.io/coveralls/michaelhelmick/lassie/master.svg?style=flat-square\n  :target: https://coveralls.io/r/michaelhelmick/lassie?branch=master\n\n.. image:: https://img.shields.io/badge/Say%20Thanks!-:)-1EAEDB.svg?style=flat-square\n    :target: https://saythanks.io/to/michaelhelmick\n\nLassie is a Python library for retrieving basic content from websites.\n\n.. image:: https://i.imgur.com/QrvNfAX.gif\n\nUsage\n-----\n\n.. code-block:: python\n\n    \u003e\u003e\u003e import lassie\n    \u003e\u003e\u003e lassie.fetch('http://www.youtube.com/watch?v=dQw4w9WgXcQ')\n    {\n        'description': u'Music video by Rick Astley performing Never Gonna Give You Up. YouTube view counts pre-VEVO: 2,573,462 (C) 1987 PWL',\n        'videos': [{\n            'src': u'http://www.youtube.com/v/dQw4w9WgXcQ?autohide=1\u0026version=3',\n            'height': 480,\n            'type': u'application/x-shockwave-flash',\n            'width': 640\n        }, {\n            'src': u'https://www.youtube.com/embed/dQw4w9WgXcQ',\n            'height': 480,\n            'width': 640\n        }],\n        'title': u'Rick Astley - Never Gonna Give You Up',\n        'url': u'http://www.youtube.com/watch?v=dQw4w9WgXcQ',\n        'keywords': [u'Rick', u'Astley', u'Sony', u'BMG', u'Music', u'UK', u'Pop'],\n        'images': [{\n            'src': u'http://i1.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg?feature=og',\n            'type': u'og:image'\n        }, {\n            'src': u'http://i1.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg',\n            'type': u'twitter:image'\n        }, {\n            'src': u'http://s.ytimg.com/yts/img/favicon-vfldLzJxy.ico',\n            'type': u'favicon'\n        }, {\n            'src': u'http://s.ytimg.com/yts/img/favicon_32-vflWoMFGx.png',\n            'type': u'favicon'\n        }],\n        'locale': u'en_US'\n    }\n\nInstall\n-------\n\nInstall Lassie via `pip \u003chttp://www.pip-installer.org/\u003e`_\n\n.. code-block:: bash\n\n    $ pip install lassie\n\nor, with `easy_install \u003chttp://pypi.python.org/pypi/setuptools\u003e`_\n\n.. code-block:: bash\n\n    $ easy_install lassie\n\nBut, hey... `that's up to you \u003chttp://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install\u003e`_.\n\nDocumentation\n-------------\n\nDocumentation can be found here: https://lassie.readthedocs.org/\n\n","funding_links":[],"categories":["Web Content Extracting","HTML","资源列表","Web内容提取","网络","Web Content Extracting [🔝](#readme)","Awesome Python"],"sub_categories":["网页内容提取","Web Content Extracting"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelhelmick%2Flassie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelhelmick%2Flassie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelhelmick%2Flassie/lists"}