summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nrk.py
Commit message (Collapse)AuthorAgeFilesLines
* [nrktv:episode] Improve video id extraction (closes #25594, closes #26369, ↵Sergey M․2020-09-061-7/+13
| | | | closes #26409)
* [nrktv:seriebase] Fix extraction (closes #23625) (#23537)Roxedus2020-01-061-4/+44
|
* [nrktv:seriebase] Fix extraction (#22596)Martin Polden2019-10-041-1/+1
|
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-2/+2
|
* [nrktv:series] Add support for extra materialsSergey M․2018-12-071-0/+1
|
* [nrktv:season,series] Fix extraction and update tests (closes #17159, closes ↵Sergey M․2018-12-071-25/+43
| | | | #17258)
* [nrktv] Relax _VALID_URL (closes #18304, closes #18387)Sergey M․2018-12-071-1/+4
|
* [nrktv] Add support for new season and serie URL schemaSergey M․2018-07-101-60/+148
|
* [nrktv] Add support for new episode URL schema (closes #16909)Sergey M․2018-07-091-1/+37
|
* [nrk] Update API hosts and try all previously known ones (closes #16690)Sergey M․2018-06-111-6/+15
|
* [nrktv] Update API host (closes #16324)Sergey M․2018-04-291-1/+1
|
* [nrktv] Update API host (closes #13796)Sergey M․2017-08-011-1/+1
|
* [nrk] Extract chaptersSergey M․2017-05-051-2/+23
|
* [nrk] PEP 8Sergey M․2017-02-201-0/+1
|
* [nrk] Update _API_HOST and relax _VALID_URLSergey M․2017-02-201-3/+6
|
* Improve geo bypass mechanismSergey M․2017-02-191-1/+3
| | | | | | * Rename options to preffixly match with --geo-verification-proxy * Introduce _GEO_COUNTRIES for extractors * Implement faking IP right away for sites with known geo restriction
* [nrk] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-31/+5
|
* [nrk] Improve extraction and update tests (closes #11571)Sergey M․2017-02-011-34/+111
|
* [NRKTV] Added NRKTVSeriesIEOdd Stråbø2017-01-311-0/+49
| | | | | | | | | | [NRKTV] Added season and episode number to metadata. [NRKTV] Added category to metadata. [NRKTV] Added tests to NRKTVSeries. [NRKTV] Fixed whitespace issues (flake8).
* [nrktv:episodes] Add support for episodes (#11571)Sergey M․2017-01-011-16/+50
|
* [nrktv:direkte] Add support for live streams (#11488)Sergey M․2016-12-191-3/+29
|
* [nrk] Improve geo restriction detectionSergey M․2016-11-131-2/+3
|
* [nrk] Add X-Forwarded-For HTTP header in info dictSergey M․2016-11-131-3/+7
|
* [nrk] Workaround geo restriction and improve error messagesSergey M․2016-11-131-4/+35
|
* [nrk] Improve _VALID_URLSergey M․2016-10-191-1/+14
|
* [nrk] Relax _VALID_URL (closes #10928)Sergey M․2016-10-191-1/+4
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [nrk,abc:iview] use _extract_akamai_formatsRemita Amine2016-08-221-12/+2
|
* [nrk:skole] Fix extractionSergey M․2016-06-121-11/+15
|
* [nrktv] Fix testsSergey M․2016-06-121-2/+2
|
* [nrk] Unquote subtitles' URLsSergey M․2016-05-211-1/+3
|
* [nrk] extract m3u8 formatsremitamine2016-05-131-23/+16
|
* [nrk] Rework extractor (Closes #9470)Sergey M․2016-05-131-240/+197
|
* [nrk] Comment out unstable MD5 checksumsYen Chi Hsuan2016-04-251-2/+2
| | | | Both are Akamai f4f fragments.
* Remove _sort_formats from _extract_*_formats methodsSergey M․2016-03-271-0/+1
| | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
* [nrk:skole] Relax _VALID_URLSergey M․2016-03-021-3/+9
|
* [nrk:skole] Add extractor (Closes #8728)Sergey M․2016-03-021-1/+29
|
* [nrktv] Fix _TESTSYen Chi Hsuan2016-01-311-6/+12
|
* [nrk] Extract f4m formats and impose geo restriction only when not media URL ↵Sergey M․2015-12-011-7/+17
| | | | (Closes #7715)
* [nrktv] Rework subtitles and eliminate downloading twiceSergey M․2015-10-011-19/+9
|
* [nrk] SpellingJoakim Fremstad2015-10-011-1/+1
|
* [nrk:tv] Add format id prefixesSergey M․2015-07-121-2/+3
|
* [nrk:tv] Add support for radio URLs (Closes #6200)Sergey M․2015-07-121-1/+6
|
* NRK now supports / requires HTTPSAnders Einar Hilden2015-06-291-7/+7
| | | Add s? to regexp to support new urls. Update testcases to use HTTPS.
* [nrk] Remove TTML to srt conversion codesYen Chi Hsuan2015-05-121-12/+1
| | | | | A common routine is implemented in utils.py and can be used via --convert-subtitles.
* [nrk:playlist] Relax video id regex and improve _VALID_URLSergey M․2015-03-211-5/+14
|
* [nrk:playlist] Restrict _VALID_URLJaime Marquínez Ferrándiz2015-03-211-1/+1
| | | | It would also match /videos/PS... urls
* [nrk:playlist] Add extractor (Closes #5245)Sergey M․2015-03-211-0/+31
|
* [nrk] Extract durationSergey M․2015-03-211-0/+5
|
* [nrk] Adapt to new URL formatSergey M․2015-03-211-15/+13
|