[thisoldhouse] Fix video id extraction (closes #24548)
authorAndrewMBL <62922222+AndrewMBL@users.noreply.github.com>
Tue, 31 Mar 2020 04:25:04 +0000 (15:25 +1100)
committerSergey M․ <dstftw@gmail.com>
Sat, 11 Apr 2020 13:07:32 +0000 (20:07 +0700)
commit533f3e3557af85e28afd72d291cb51a769c7dd7a
treee8bd4678408c665d42d4f482cea52b8c450e5b8d
parent75294a5ed03f4443970478f3f4eac572239cec45
[thisoldhouse] Fix video id extraction (closes #24548)

Added support for:
with of without "www."
and either  ".chorus.build" or ".com"

It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
youtube_dl/extractor/thisoldhouse.py