aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ndr.py
AgeCommit message (Collapse)Author
2014-07-12[ndr] Replace 404 testSergey M․
2014-05-19The opening curly brace, '{', is a regex reserved control character, so it ↵codesparkle
needs to be escaped (see http://stackoverflow.com/a/400316/1106367) Minor improvements: no need to sort the whole list if all we need is the maximum element, also instead of reinventing the wheel we can use utils to get indices from qualities.
2014-05-18[ndr] Improve thumbnail extractionSergey M․
2014-05-17[ndr] Fix title, description and duration extractionSergey M․
2014-05-17[ndr] Fix thumbnail extractionSergey M․
2014-02-14[ndr] Replace 404 testSergey M.
2014-02-11[ndr] Replace 404 video testSergey M.
2014-02-07[ndr] Add support for ndr.de (Closes #2325)Sergey M.