{"id":16527701,"url":"https://github.com/benoitzugmeyer/addic7ed-cli","last_synced_at":"2025-08-02T20:32:49.107Z","repository":{"id":5857836,"uuid":"7074698","full_name":"BenoitZugmeyer/addic7ed-cli","owner":"BenoitZugmeyer","description":"Addic7ed command-line interface","archived":false,"fork":false,"pushed_at":"2019-08-26T20:27:58.000Z","size":102,"stargazers_count":57,"open_issues_count":3,"forks_count":7,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-07-31T19:34:42.377Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenoitZugmeyer.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","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":"2012-12-09T02:30:46.000Z","updated_at":"2024-05-04T10:14:37.000Z","dependencies_parsed_at":"2022-08-31T15:41:36.355Z","dependency_job_id":null,"html_url":"https://github.com/BenoitZugmeyer/addic7ed-cli","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/BenoitZugmeyer/addic7ed-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitZugmeyer%2Faddic7ed-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitZugmeyer%2Faddic7ed-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitZugmeyer%2Faddic7ed-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitZugmeyer%2Faddic7ed-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenoitZugmeyer","download_url":"https://codeload.github.com/BenoitZugmeyer/addic7ed-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitZugmeyer%2Faddic7ed-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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-10-11T17:36:29.722Z","updated_at":"2025-08-02T20:32:49.057Z","avatar_url":"https://github.com/BenoitZugmeyer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============\naddic7ed-cli\n============\n\nThis is a little command-line utility to fetch subtitles from addic7ed.\n\n.. image:: https://travis-ci.org/BenoitZugmeyer/addic7ed-cli.svg?branch=master\n    :target: https://travis-ci.org/BenoitZugmeyer/addic7ed-cli\n\nInstall\n=======\n\nFrom pypi\n---------\n\nInstall latest stable version with::\n\n    $ pip install addic7ed-cli\n\nUse :code:`--upgrade` to upgrade.\n\nLatest\n------\n\nInstall latest development version with::\n\n    $ pip install https://github.com/BenoitZugmeyer/addic7ed-cli/archive/master.zip\n\nArchLinux\n---------\n\nAn `AUR package`_ is waiting for you.\n\nNix/NixOS\n---------\n\naddic7ed-cli is available from nixpkgs unstable channel::\n\n    $ nix-env -iA nixpkgs.pythonPackages.addic7ed-cli\n\nUsage\n=====\n\nExample, if you speak french and english::\n\n    $ addic7ed -l french -l english The.Serie.S02E23.MDR.mkv\n\n\nHelp::\n\n    $ addic7ed --help\n\n\nAuthentification\n================\n\nYou can login with your addic7ed.com identifiers to increase your daily\ndownload quota:\n\n* Anonymous users are limited to 15 downloads per 24 hours on their IP\n  address\n\n* Registered users are limited to 40\n\n* VIPs get 80 downloads (please consider donating)\n\nConfiguration file\n==================\n\nYou can store frequently used options in a configuration file. Create a\nfile at :code:`~/.config/addic7ed` (Linux, OSX) or\n:code:`%APPDATA%/Addic7ed Configuration.txt` (Windows), and it will be\nparsed using the Python ConfigParser (see example below). Hint: use the\n:code:`--verbose` argument to print the full path of the configuration\nfile when running a command. It can contain three sections:\n\n* [flags], to set a flag (verbose, hearing-impaired, overwrite, ignore,\n  batch or brute-batch, see :code:`addic7ed search --help` for\n  informations about those flags)\n\n* [languages], to list prefered languages\n\n* [session], the session to use for authentification (this is automatically\n  populated when using :code:`addic7ed login`)\n\nExample::\n\n    [flags]\n    hearing-impaired = no\n    batch\n\n    [languages]\n    french\n    english\n\n    [session]\n    abcdef\n\nVideo organizer\n===============\n\nvideo-organizer_ format is supported. If a \"filelist\" file is next to an\nepisode, it will use it to extract its real name and forge the good\nquery.\n\n.. _aur package: https://aur.archlinux.org/packages/addic7ed-cli\n.. _video-organizer: https://github.com/JoelSjogren/video-organizer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitzugmeyer%2Faddic7ed-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenoitzugmeyer%2Faddic7ed-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitzugmeyer%2Faddic7ed-cli/lists"}