aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/thisoldhouse.py
AgeCommit message (Collapse)Author
2020-04-11[thisoldhouse] Improve video id extraction (closes #24549)Sergey M․
2020-04-11[thisoldhouse] Fix video id extraction (closes #24548)AndrewMBL
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 ```
2020-02-03[thisoldhouse] fix extraction(closes #23951)Remita Amine
2017-07-02[thisoldhouse] Add more fallbacks for video id (closes #13541)Sergey M․
2017-07-02[thisoldhouse] Update testParmjit Virk
2017-07-02[thisoldhouse] Fix video id extraction (closes #13540)Parmjit Virk
2016-12-01[thisoldhouse] Recognize /tv-episode/ URLs and update _TESTSYen Chi Hsuan
Closes #11271
2016-10-03[thisoldhouse] Add new extractor(closes #10837)Remita Amine