{"id":25176182,"url":"https://github.com/redturtle/youlldownload","last_synced_at":"2025-05-06T23:18:53.219Z","repository":{"id":6189865,"uuid":"7420334","full_name":"RedTurtle/youlldownload","owner":"RedTurtle","description":"Grab from a remote site page all resources that a browser will probably download visiting the page","archived":false,"fork":false,"pushed_at":"2015-11-09T08:53:21.000Z","size":129,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-03T19:13:52.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedTurtle.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-03T09:17:57.000Z","updated_at":"2021-01-14T13:57:15.000Z","dependencies_parsed_at":"2022-09-10T08:22:58.550Z","dependency_job_id":null,"html_url":"https://github.com/RedTurtle/youlldownload","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fyoulldownload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fyoulldownload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fyoulldownload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fyoulldownload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedTurtle","download_url":"https://codeload.github.com/RedTurtle/youlldownload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782922,"owners_count":21803420,"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":[],"created_at":"2025-02-09T13:16:35.509Z","updated_at":"2025-05-06T23:18:53.194Z","avatar_url":"https://github.com/RedTurtle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quick info\n==========\n\nLet say you need to use the HTTP load testing and benchmarking utility `siege`__ on a web page\nand you also want to use the ``--internet`` option, to simulate at best the behavior of a web browser.\n\n__ http://www.joedog.org/siege-home/\n\nWhen a web browser load a page, it also load all the resources inside that page:\n\n* Images\n* JavaScript files\n* CSS\n* Media resources\n\nSo you need a list of all URLs taken from that page.\n\nThis utility (its name mean \"**You Will Download**\") will simply create this list for you.\n\nYou simply need to redirect the utility output to a file, then use also the siege ``--file`` option.\n\nUsage\n-----\n\n::\n\n    $ youlldownload http://host.com/section/page\n\nUsing with siege::\n\n    $ youlldownload http://host.com/section/page \u003e list.txt\n    $ siege -i -f list.txt [other options]\n\nTaken resouces\n--------------\n\n* from ``script`` tags we'll take the ``src`` URL\n* from ``link`` tags with ``rel`` equals to ``stylesheet`` we'll take the ``href`` url\n* from ``img`` tags we'll take the ``src`` URL\n* from ``object`` tags we'll take the ``data`` URL\n* from ``embed`` tags we'll take the ``src`` URL\n* from ``style`` tags we'll take the URL inside if the tag is using an \"*@import url*\"\n  directive\n* from ``iframe`` tags we'll take the ``src`` URL\n* from ``source`` tags inside ``video`` we'll take the ``src`` URL\n\nAlso: CSS sources are deeply analyzed for found additional resources inside them\n(like background images, fonts, ...).\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n   :alt: RedTurtle Technology Site\n   :target: http://www.redturtle.it/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fyoulldownload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredturtle%2Fyoulldownload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fyoulldownload/lists"}