{"id":16736372,"url":"https://github.com/ritiek/url-decoder","last_synced_at":"2025-10-03T23:27:58.415Z","repository":{"id":57671267,"uuid":"98048923","full_name":"ritiek/url-decoder","owner":"ritiek","description":"CLI tool to decode URLs back to readable form","archived":false,"fork":false,"pushed_at":"2017-07-22T19:04:40.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T05:38:59.043Z","etag":null,"topics":["cli","decoder","tool","url"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ritiek.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}},"created_at":"2017-07-22T18:00:24.000Z","updated_at":"2023-11-27T01:03:18.000Z","dependencies_parsed_at":"2022-09-26T20:41:24.918Z","dependency_job_id":null,"html_url":"https://github.com/ritiek/url-decoder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritiek%2Furl-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritiek%2Furl-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritiek%2Furl-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritiek%2Furl-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ritiek","download_url":"https://codeload.github.com/ritiek/url-decoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217156,"owners_count":21066634,"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","decoder","tool","url"],"created_at":"2024-10-13T00:22:09.583Z","updated_at":"2025-10-03T23:27:53.370Z","avatar_url":"https://github.com/ritiek.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url-decoder\n\nCLI tool to decode URLs back to readable form.\n\n## Installation\n\n```\ncargo install url-decoder\n```\n\nor if you like to live on the bleeding edge:\n\n```\ngit clone https://github.com/ritiek/url-decoder\ncd url-decoder\ncargo install\n```\n\n## Usage\n\n```\nurldecode \u003curl\u003e [\u003curl\u003e ..]\n```\n\nexample:\n\n```\n$ urldecode https%3A%2F%2Fr1---sn-gwpa-a0ie.googlevideo.com%2Fvideoplayback%3Fexpire%3D1500766555%26mime%3Dvideo%252Fwebm%26key%3Dyt6%26sparams%3Dclen%252Cdur%252Cei%252Cgir%252Cid%252Cinitcwndbps%252Cip%252Cipbits%252Citag%252Clmt%252Cmime%252Cmm%252Cmn%252Cms%252Cmv%252Cpcm2cms%252Cpl252Cratebypass252Crequiressl%252Csource%252Cexpire%26lmt%3D1476667806824212%26dur%3D0.000%26mt%3D1500744770%26mv%3Dm%26ms%3Dau%26source%3Dyoutube%26signature%3D4DFF0C9FDAB22D3423E8A39DE1F19C65EDAF8EF0.AD688E43F62E832ED6EFEFAFFE24EA4D6FD3B214%26initcwndbps%3D306250%26clen%3D28564761%26gir%3Dyes%26mn%3Dsn-gwpa-a0ie%26id%3Do-AK6vpieeD5Omh-7qNqdhGzesnWQkvKEOvuGl84AgtrZI%26ipbits%3D0%26pcm2cms%3Dyes%26mm%3D31%26ei%3D-oxzWY7IN4mIoAOQqo7IAQ%26pl%3D22%26ratebypass%3Dyes%26itag%3D43\n\nhttps://r1---sn-gwpa-a0ie.googlevideo.com/videoplayback?expire=1500766555\u0026mime=video%2Fwebm\u0026key=yt6\u0026sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpcm2cms%2Cpl252Cratebypass252Crequiressl%2Csource%2Cexpire\u0026lmt=1476667806824212\u0026dur=0.000\u0026mt=1500744770\u0026mv=m\u0026ms=au\u0026source=youtube\u0026signature=4DFF0C9FDAB22D3423E8A39DE1F19C65EDAF8EF0.AD688E43F62E832ED6EFEFAFFE24EA4D6FD3B214\u0026initcwndbps=306250\u0026clen=28564761\u0026gir=yes\u0026mn=sn-gwpa-a0ie\u0026id=o-AK6vpieeD5Omh-7qNqdhGzesnWQkvKEOvuGl84AgtrZI\u0026ipbits=0\u0026pcm2cms=yes\u0026mm=31\u0026ei=-oxzWY7IN4mIoAOQqo7IAQ\u0026pl=22\u0026ratebypass=yes\u0026itag=43\n```\n\n## License\n\n`The MIT License`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritiek%2Furl-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fritiek%2Furl-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritiek%2Furl-decoder/lists"}