aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/ndr.py
Commit message (Collapse)AuthorAgeFilesLines
* Description changeddinesh2014-10-121-1/+1
|
* Fix ndr.de outdated test urldinesh2014-10-111-7/+7
|
* [ndr] Replace 404 testSergey M․2014-07-121-6/+6
|
* The opening curly brace, '{', is a regex reserved control character, so it ↵codesparkle2014-05-191-7/+8
| | | | | | | 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.
* [ndr] Improve thumbnail extractionSergey M․2014-05-181-1/+1
|
* [ndr] Fix title, description and duration extractionSergey M․2014-05-171-6/+8
|
* [ndr] Fix thumbnail extractionSergey M․2014-05-171-4/+6
|
* [ndr] Replace 404 testSergey M.2014-02-141-6/+6
|
* [ndr] Replace 404 video testSergey M.2014-02-111-8/+8
|
* [ndr] Add support for ndr.de (Closes #2325)Sergey M.2014-02-071-0/+89