This reverts commit 6d0d573eca.
6d0d573eca
Add a test for the pages with the video_id in the URL.
If the URL has the video_id in it, use that since the current method of finding the id breaks on those pages. Fixes 2698.
compat_str
try_rename
Otherwise on python 2.x we get `UnicodeDecodeError` because it may contain non ascii characters.
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
bec1fad
[README] Improve developer instructions
Add a longer tutorial that should cover everything needed to start developing IEs. Fixes #2676
Pruning the _build folder produced the message `no previously-included directories found matching 'docs/_build'` when installing from the source distribution.