Ori Avtalion

Results 24 issues of Ori Avtalion

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

It would be helpful, when using the `random_titles()` function, to know what categories a page belongs to, along with the quotes. Do you think it such a functionality will be...

enhancement

Adds Python 3.10 to travis config file (I hope this works. Not sure how to test it on my own repository)

This is a series of MIT-licensed, one-file libraries for C++11 and C++14. They have been featured in CppCon for several years, and are in the process of becoming part of...

Hyper is unmaintained and no longer compatible with recent Python releases. This PR switches to the httpx library. It's based on the work done in this [PR](https://github.com/Brainomix/PyAPNs2/pull/1), which only added...

## Pull Request Checklist - [ ] 🧪 Added **tests** for changed code. - [x] 🛠️ All tests **pass** when run locally (run `tox` or `make test` to find out!)....

The example of `address.parse('John Smith

The upcoming Python 3.13 [will remove](https://docs.python.org/3.13/whatsnew/3.13.html#pep-594-dead-batteries) the built-in module `imghdr`. Its mimetype-sniffing functionality was copied into `email.mime`, so I switched to it in `flanker/mime/message/part.py`. The same file also uses `email.mime.audio._whatsnd`,...

Python 3.12 issues warnings on invalid escape sequences in strings. (This was a `DeprecationWarning` since 3.6.)

This is a modified example from the readme.txt: ``` javascript var Lazy = require('lazy'); var lazy = new Lazy; lazy .take(4) .join(function (xs) { console.log(xs); }); // OK when there...