{"id":20098894,"url":"https://github.com/jagedn/ivoxx-downloader","last_synced_at":"2026-06-09T00:31:42.731Z","repository":{"id":74578248,"uuid":"349212629","full_name":"jagedn/ivoxx-downloader","owner":"jagedn","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-14T09:05:26.000Z","size":152,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T16:48:43.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/jagedn.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":"2021-03-18T20:46:25.000Z","updated_at":"2024-03-14T08:23:49.000Z","dependencies_parsed_at":"2025-03-02T16:41:20.744Z","dependency_job_id":"16f4ccde-fdad-4168-885c-f826d46d68f2","html_url":"https://github.com/jagedn/ivoxx-downloader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jagedn/ivoxx-downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fivoxx-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fivoxx-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fivoxx-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fivoxx-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jagedn","download_url":"https://codeload.github.com/jagedn/ivoxx-downloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fivoxx-downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34086665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-13T17:07:01.398Z","updated_at":"2026-06-09T00:31:42.716Z","avatar_url":"https://github.com/jagedn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ivoox-download\n\nExtension Firefox para descargar automáticamente podcast desde Ivoox\n\n## Idea\n\nhttps://twitter.com/ciberado/status/1372229716162252800\n\nhttps://pastebin.com/raw/AkGicXnF\n\n## Instalar\n\nBuscar la extension \"Ivoox Download\" en el store de Firefox e instalarlo\n\n\n## Ivoox\n\nLa extensión se activará cuando se detecte que la pestaña actual corresponde al dominio\nhttps://*.ivoox.com \n\nUna vez en la página, la extensión buscará el elemento \"Filter\" y creará un botón con el texto \"Lo quiero todo\" que al ser\npulsado descargará todos los podcast de la página (dependiendo de la velocidad de tu conexion tardará más o menos)\n\n```\n// Descargar podcasts de ivoox\n\nt = \"https://www.ivoox.com/listenembeded_mn_12345678_1.mp3?source=EMBEDEDHTML5\";\n[...document.querySelectorAll('.title-wrapper a')]\n\t.map(a =\u003e ({title : a.innerText, id : a.href.match(/\\d{4,8}/g)[0]}))\n\t.map(d =\u003e ({...d, href : t.replace('12345678', d.id)}))\n\t.map(d =\u003e `curl -L \"${d.href}\" --output \"${d.title.toLowerCase().replace(/ /g, '_')}.m4a\"`)\n\t.forEach(c =\u003e console.log(c))\n```\n\n*NOTA* : para facilitar la descarga automática deshabilita la opción de \"Confirmar la descarga de ficheros\"\n\n\n## Build\n\nPara generar el zip con el formato que requiere Chrome hay que ejecutar\n\n`./build.sh`\n\n\n## Reconocimientos\n\nGracias a https://github.com/asklepios73 por sus mejoras\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagedn%2Fivoxx-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagedn%2Fivoxx-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagedn%2Fivoxx-downloader/lists"}