Álvaro Mondéjar Rubio

Results 85 issues of Álvaro Mondéjar Rubio

### Before submitting a *pull request* make sure you have: - [x] [Searched](https://github.com/ytdl-org/youtube-dl/search?q=is%3Apr&type=Issues) the bugtracker for similar pull requests - [x] Read [adding new extractor tutorial](https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site) - [x] Read [youtube-dl...

For example if I execute `poetry exec docs` and a `doc` command exists, instead of showing this error (current): ```sh $ poetry exec docs Unable to find the command 'docs'....

This would allow to reuse commands from other commands without need to re-execute poetry itself, which takes time.

pycodestyle [relies on function doctrings](https://github.com/PyCQA/pydocstyle/blob/a6fe4222012e990042c86cdaaa904a8d059752ee/src/pydocstyle/checker.py#L167) to show the linting errors. When you run a program with `PYTHONOPTIMIZE=2` environment variable or [the `-OO` option](https://docs.python.org/3/using/cmdline.html#cmdoption-OO) the docstrings are stripped, so the next...

Just add a language to `locales/languages.json`, run `npm run locale` and a new file `locales/{language}.po` will be created. Translate the file with an editor like [POEdit](https://poedit.net/download/) and submit a pull...

help wanted
i18n

- [ ] Language options appears in language selector on click (#242) - [ ] All languages are included in the language selector except the language of the page -...

tests