summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nbc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [nbc] Fix extraction (Closes #4441)Sergey M․2014-12-121-12/+26
|
* [nbc] Fix ThePlatform embedded videosPhilipp Hagemeister2014-10-271-3/+4
|
* [nbc] Update testJaime Marquínez Ferrándiz2014-09-211-2/+2
|
* [nbc] Add missing importPhilipp Hagemeister2014-07-231-1/+5
|
* [nbcnews] Look in all playlists for videoPhilipp Hagemeister2014-07-211-4/+18
|
* [nbcnews] Add support for /feature/* pages (closes #3007)Jaime Marquínez Ferrándiz2014-05-301-20/+59
|
* [nbc] Add an extractor for the main nbc.com siteJaime Marquínez Ferrándiz2014-02-251-0/+24
| | | | Some of the videos are encrypted, the f4m downloader doesn’t support them.
* [nbc] ModernizeJaime Marquínez Ferrándiz2014-02-241-13/+17
|
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-3/+2
|
* Add an extractor for NBC news (closes #1320)Jaime Marquínez Ferrándiz2013-08-271-0/+33