{"id":20905597,"url":"https://github.com/0000xffff/webgrab","last_synced_at":"2026-04-17T03:03:55.786Z","repository":{"id":226317707,"uuid":"183665107","full_name":"0000xFFFF/webgrab","owner":"0000xFFFF","description":"web page: crawler / file scanner / downloader","archived":false,"fork":false,"pushed_at":"2021-12-30T12:22:11.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-31T21:15:36.142Z","etag":null,"topics":["crawler","download","downloader","scrape","scraper","webcrawler"],"latest_commit_sha":null,"homepage":"","language":"C#","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/0000xFFFF.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-04-26T16:57:25.000Z","updated_at":"2025-09-27T11:47:57.000Z","dependencies_parsed_at":"2024-03-07T01:43:34.906Z","dependency_job_id":null,"html_url":"https://github.com/0000xFFFF/webgrab","commit_stats":null,"previous_names":["0000xffff/webgrab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0000xFFFF/webgrab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0000xFFFF%2Fwebgrab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0000xFFFF%2Fwebgrab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0000xFFFF%2Fwebgrab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0000xFFFF%2Fwebgrab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0000xFFFF","download_url":"https://codeload.github.com/0000xFFFF/webgrab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0000xFFFF%2Fwebgrab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["crawler","download","downloader","scrape","scraper","webcrawler"],"created_at":"2024-11-18T13:25:48.992Z","updated_at":"2026-04-17T03:03:55.769Z","avatar_url":"https://github.com/0000xFFFF.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webgrab\n- Web Page: Crawler / File Scanner / Downloader (C#, console)\n\n## DOWNLOAD\n\\[[here](https://github.com/0xC0LD/webgrab/raw/master/webgrab/webgrab/bin/Release/webgrab.exe)\\]\n\n## HELP\n\u003e webgrab\n```\n +===[ ABOUT ]\n | ABOUT....: web page file scanner / downloader\n | BUILT IN.: C# .NET 4.6.1\n | Version..: 75\n | Author...: 0xC0LD\n | USAGE....: webgrab.exe \u003cwebpage url / file.html / RO\u003e \u003cswitch1,sw2,sw3,sw4,...\u003e\n\n +===[ RUN OPTIONS (RO) ]\n | --help \"switch1,sw2,sw3,sw4,...\"                           = shows this (help)\n | --out \"webpage url / file.html\" \"switch1,sw2,sw3,sw4,...\"  = no downloading, only output URL(s)\n | --test \"webpage url / file.html\" \"switch1,sw2,sw3,sw4,...\" = no downloading, just print counts\n | --read \"file_with_urls.txt\" \"switch1,sw2,sw3,sw4,...\"      = read a .txt file and treat every line as an URL, then download them\n | --watch \"switch1,sw2,sw3,sw4,...\"                          = download copied (clipboard) URL(s)\n\n +===[ RULES / SWITCHES ]\n | +==[DOWNLOAD RULES]\n | | @valid         = only download valid URI addresses\n | | -\u003ctype/name\u003e   = ignore (ex. -thumb.jpg)\n | | @replace       = if file exists, replace the file...\n | | @skip          = if file exists, skip the url...\n | |   @skip_find   = search for the file in subdirectories and if it exists skip it\n | |   @skip_file   = make your own *.webgrab_skip file(s) that contain filenames (each on every line) to skip...\n | |   @skip_ext    = ignore extensions when comparing filenames\n | |   @skip_case   = ignore case when comparing filenames\n | |   @skip_output = test existence of file before output (useful if you use --out/--test/...)\n | |   @skip_all    = @skip,@skip_find,@skip_file,@skip_ext,@skip_case,@skip_output\n | | @nodupes       = dispose duplicate URL(s)...\n | | @agent         = add User-Agent to request header (403 error fix)\n |\n | +=[DISPLAY RULES]\n | | @compact  = only print numbers (on a single line)\n | | @clean    = don't print errors, (only successful downloads (DLED))\n | | @count    = count items\n | | @verbose  = print current progress on key press... with --out print debug... (+@count)\n | | @filename = for --out, only print filename(s)\n | | @color    = use colors in output\n |\n | +==[FILE RULES]\n | | @media = @video,@image,@other\n | | @grab  = @clean,@color,@count,@valid,@media,-thumb \n | | @video = ~.mp4,~.webm,~.avi,~.mov,~.mkv,~.flv,~.mpeg,~.mpg,~.wmv,~.mp3,~.ogg\n | | @image = ~.jpg,~.jpeg,~.jpe,~.jiff,~.jfif,~.png,~.gif,~.ico,~.svg,~.bmp,~.dib,~.tif,~.tiff\n | | @other = ~.zip,~.rar,~.exe,~.swf,~.dll,~.txt\n | | @codec = ~.asp,~.aspx,~.axd,~.asx,~.asmx,~.ashx,~.css,~.cfm,~.yaws,~.swf,~.html,~.htm,~.xhtml,~.jhtml,~.jsp,~.jspx,~.wss,~.do,~.action,~.js,~.pl,~.php,~.php4,~.php3,~.phtml,~.py,~.rb,~.rhtml,~.shtml,~.xml,~.rss,~.svg,~.cgi,~.dll\n\n +===[ MORE INFO / EXAMPLES ]\n | - if skip and replace are specified, file download will be skipped...\n |\n | \u003e webgrab \u003curl\u003e @rule,keyword,-keyword,~keyword\n |      @rule     = download rule / variable\n |      keyword   = keyword that must be present\n |      -keyword  = keyword that must NOT be present\n |      ~keyword  = keyword that should / could be present\n |\n | DOWNLOAD YOUTUBE THUMBNAIL: \n |  \u003e webgrab.exe \"https://www.youtube.com/watch?v=XXXXXXXXXXX\" @valid,@image,@nodupes,maxres\n |\n | [...]\n```\n\n## EXAMPLES\n#### download files from a 4chan thread:\n\u003e webgrab \"https://boards.4channel.org/???/thread/???????\" @valid,@media,@nodupes,-s.,@color\n\n#### download a youtube thumbnail:\n\u003e webgrab \u003chttps://www.youtube.com/watch?v=???????????\u003e @valid,@media,@nodupes\n\n### how it works:\nIt finds strings on a webpage and filters them by the given options.\nThen it downloads/outputs the results.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0000xffff%2Fwebgrab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0000xffff%2Fwebgrab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0000xffff%2Fwebgrab/lists"}