aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/khanacademy.py
AgeCommit message (Collapse)Author
2021-01-08[khanacademy] fix extraction(closes #2887)(closes #26803)Remita Amine
2016-03-05update tests related to the change in youtube http format sortingremitamine
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
2015-01-05[khanacademy] Update testJaime Marquínez Ferrándiz
2014-09-09[khanacademy] Improve _VALID_URL (Closes #3695)Sergey M․
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-01-07[khanacademy] Add support (Fixes #2066)Philipp Hagemeister