Here's what happened. Firstly, I tried adding a PPA via command line, and this was the output:
sudo add-apt-repository ppa:webupd8team/java
[sudo] password for andrei:
Cannot add PPA: 'ppa:webupd8team/java'.
Please check that the PPA name or format is correct.
Update: the error message has changed and is now something like this:
The user named 'X' has no PPA named 'some/ppa'
Or:The team named 'X' has no PPA named 'some/ppa'
The PPA name was definitely correct and I wasn't using any proxies so I had no idea what could be wrong at that point. Then I tried to add the PPA via Software Sources (called "Software & Updates" in newer Ubuntu versions). That didn't work either.
fatal: unable to access 'http://github.com/rg3/youtube-dl.git': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
The fix is rather simple and it only requires reinstalling ca-certificates. So to fix it, use the following command:
sudo apt-get install --reinstall ca-certificates