aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nbc.py
Commit message (Collapse)AuthorAgeFilesLines
* [nbc] Add support for classic-tv videosLogan B2017-10-251-2/+6
|
* Fix for JSON meta data downloadMatthias Küch2017-10-031-1/+2
| | | | Added fixes according to #13651 and user @remitamine
* [nbcsports:vplayer] Correct theplatform URL (closes #13873)Parmjit Virk2017-09-211-4/+5
|
* [nbc] remove unused imports and extract permalink from modified urlsRemita Amine2017-05-071-5/+3
|
* [nbc] improve extraction(closes #12364)Remita Amine2017-05-071-65/+29
|
* [nbc] add support adobe pass auth(closes #12006)Remita Amine2017-02-081-15/+54
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* [nbc] fix extraction for msnbc videos(fixes #11466)Remita Amine2016-12-171-15/+28
|
* Improve some _VALID_URLsstepshal2016-09-141-3/+3
|
* [nbc] Add new extractor for NBC Olympics (#10295, #10361)Yen Chi Hsuan2016-09-121-0/+40
|
* [nbc:nbcnews] improve extraction and add msnbc to the extractorRemita Amine2016-06-231-107/+50
|
* [nbcnews] Support embed widgetsYen Chi Hsuan2016-06-101-9/+13
| | | | Used in some Vulture videos
* [nbc] Add the test case from #9578Yen Chi Hsuan2016-06-081-0/+17
| | | | Closes #9578
* [ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479fYen Chi Hsuan2016-04-241-0/+3
|
* [nbc] add support for today.com(closes #2909)remitamine2016-04-221-5/+19
|
* [theplatform] extract timestamp and uploaderremitamine2016-04-011-0/+14
|
* [nbc] add new extractor for csnne.com(#5432)remitamine2016-03-311-0/+24
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-2/+2
|
* [nbc:nbcnews] improve extraction(fixes #6922)remitamine2016-03-171-46/+91
| | | | | - extract more metadata and formats - relax regex
* [nbc] Correct testSergey M․2016-02-131-1/+1
|
* [nbc] Use NBC's id and fix _TESTSYen Chi Hsuan2016-01-311-8/+19
| | | | ThePlatform URL gives the same ID for all _TESTS
* Fix typosJakub Wilk2016-01-101-1/+1
| | | | Closes #8200.
* [nbc:news] Remove unnecessary compat_strSergey M․2015-12-201-5/+2
|
* [nbc] Add another theplatform patternSergey M?2015-12-081-0/+1
|
* [nbc] Smuggle referer (Closes #7791)Sergey M․2015-12-081-1/+2
|
* [nbc] Add MSNBCIEYen Chi Hsuan2015-08-201-0/+25
|
* [nbcnews] Extend _VALID_URLSergey M․2015-08-011-1/+5
|
* [NBC] Enhance embedURL extraction (closes #2549)Yen Chi Hsuan2015-05-041-2/+9
|
* [NBC] Enhance extraction of ThePlatform URL (fixes #5470)Yen Chi Hsuan2015-05-041-1/+14
|
* [nbc] Remove redundant noteSergey M․2015-03-311-1/+0
| | | | This is already supposed by `only_matching`
* [NBCSports/Yahoo] Comment out some MD5 checksumsYen Chi Hsuan2015-03-311-2/+0
| | | | They seems to change constantly
* [NBCSports] Add a test case for extended _VALID_URLYen Chi Hsuan2015-03-311-2/+6
|
* [NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and ↵Yen Chi Hsuan2015-03-311-1/+1
| | | | enhance error detection in ThePlatformIE
* [Yahoo/NBCSports] Generalize NBC sports info extractorYen Chi Hsuan2015-03-311-1/+30
|
* [Yahoo/NBCSports] Fix #5226Yen Chi Hsuan2015-03-311-0/+21
|
* [nbc] Recognize https urls (fixes #5300)Jaime Marquínez Ferrándiz2015-03-281-1/+1
|
* [nbc] Use a test video that works outside the USJaime Marquínez Ferrándiz2015-02-191-4/+4
|
* Remove unused importsJaime Marquínez Ferrándiz2015-02-141-1/+0
|
* [nbcnews] SimplifySergey M․2015-02-141-14/+7
|
* Support NBC Nightly News broadcastsRyan Schmidt2015-02-141-5/+22
|
* [nbc] Fix pep8 issueJaime Marquínez Ferrándiz2015-01-211-1/+1
|
* [nbcnews] Ignore HTTP errors while coping with playlists (Closes #4749)Sergey M․2015-01-201-2/+22
|
* 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.