Vlad

Results 7 issues of Vlad

I seem to remember that in previous versions higher bitrate mp3s would get downsampled to what I speficied. This was extremely useful since 128kbps is just right for my connection...

Feature

##### System information (version) - OpenCV => `opencv-contrib-python==4.6.0.66` - Operating System / Platform => macOS Monterey, version 12.4 - Compiler => Apple clang version 13.1.6 (clang-1316.0.21.2.5) ##### Detailed description Based...

bug
category: python bindings

Reading the install docs for `letsencrypt` I noticed it says that installing through `pip install` is neither recommended nor supported. Instead, they say to use `letsencrypt-auto`. However, I don't know...

This was missing, and it tends to make the results a lot better when it's available (e.g. 'AE' alone resolves to Armenia while 'AE' with 'AE' passed in the `countrycode`...

I'm trying to test out some pretty simple pagination, so I'm making a request using the following syntax: ``` response = requests.get(endpoint, params={'limit': 10}) ``` and catching it using something...

Added a test for the case observed in #221, where the `qs` attribute can sometimes be empty.