Fixes test_Youtube_18
[ustream] Use HTTPS for GitHub URL
It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337 https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
Initial JSON-LD metadata extraction support
[YoutubeDL] Auto generate title fields corresponding to the *_number fields
Closes rg3/youtube-dl#6591
Auto generate title fields corresponding to the *_number fields when missing in order to always have clean titles. This is very common for TV series.
This reverts commit ffbc0baf72.
ffbc0baf72
[YoutubeDL] urlopen: disable the 'file:' protocol (#8227)