{"id":21175681,"url":"https://github.com/moisentinel/pdflinkextractor","last_synced_at":"2026-05-17T01:49:26.842Z","repository":{"id":260915150,"uuid":"861230782","full_name":"moiSentineL/pdflinkextractor","owner":"moiSentineL","description":"extracts PDF links from websites and dumps them to the stdout and as a textfile. only works for links pointing to files with the \".pdf\" extension","archived":false,"fork":false,"pushed_at":"2024-11-03T15:15:13.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T11:29:20.380Z","etag":null,"topics":["cli","extractor","hacktoberfest","links","linux","pdf","tool"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moiSentineL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2024-09-22T11:07:53.000Z","updated_at":"2024-12-30T22:30:29.000Z","dependencies_parsed_at":"2024-11-03T15:33:32.817Z","dependency_job_id":null,"html_url":"https://github.com/moiSentineL/pdflinkextractor","commit_stats":null,"previous_names":["moisentinel/pdflinkextractor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fpdflinkextractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fpdflinkextractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fpdflinkextractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fpdflinkextractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moiSentineL","download_url":"https://codeload.github.com/moiSentineL/pdflinkextractor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624091,"owners_count":20321029,"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":["cli","extractor","hacktoberfest","links","linux","pdf","tool"],"created_at":"2024-11-20T17:00:20.645Z","updated_at":"2026-05-17T01:49:21.823Z","avatar_url":"https://github.com/moiSentineL.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pdflinkextractor\n\nOriginally made by [Glutanimate](https://askubuntu.com/a/395155).\n\nThis script finds any `pdf` files hyperlinked in a webpage and provides output of the links or download them.\n\n## Usage\n### Bash One Liner\n\n```bash\ncurl -fsSL https://nibirsan.org/pdflinkextractor/script.sh | sh -s - [-d] \u003cwebsite\u003e \n```\n\nUsing `-d` will enable you to download the files instead of just saving the links. \n\nTo save the links to a file, just do `\u003e file` at the end of the command.\n\n### Local\n\n```bash\ngit clone https://github.com/moiSentineL/pdflinkextractor.git\ncd pdflinkextractor \u0026\u0026 chmod +x script.sh\n./script.sh [-d] \u003cwebsite\u003e\n```\n\n\u003e [!TIP]\n\u003e Alias it for better access.\n\n## Dependencies\n\nYou have to have `wget` and `lynx` installed:\n\n### Ubuntu\n\n```bash\nsudo apt-get install wget lynx\n```\n\n### Arch Linux\n\n```bash\nsudo pacman -S wget lynx\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisentinel%2Fpdflinkextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisentinel%2Fpdflinkextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisentinel%2Fpdflinkextractor/lists"}