Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-05 | [nrk] Extract chapters | Sergey M․ | |
2017-02-20 | [nrk] PEP 8 | Sergey M․ | |
2017-02-20 | [nrk] Update _API_HOST and relax _VALID_URL | Sergey M․ | |
2017-02-19 | Improve geo bypass mechanism | Sergey M․ | |
* 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 | |||
2017-02-19 | [nrk] Improve geo restriction detection and use geo bypass mechanism | Sergey M․ | |
2017-02-01 | [nrk] Improve extraction and update tests (closes #11571) | Sergey M․ | |
2017-01-31 | [NRKTV] Added NRKTVSeriesIE | Odd Stråbø | |
[NRKTV] Added season and episode number to metadata. [NRKTV] Added category to metadata. [NRKTV] Added tests to NRKTVSeries. [NRKTV] Fixed whitespace issues (flake8). | |||
2017-01-01 | [nrktv:episodes] Add support for episodes (#11571) | Sergey M․ | |
2016-12-19 | [nrktv:direkte] Add support for live streams (#11488) | Sergey M․ | |
2016-11-13 | [nrk] Improve geo restriction detection | Sergey M․ | |
2016-11-13 | [nrk] Add X-Forwarded-For HTTP header in info dict | Sergey M․ | |
2016-11-13 | [nrk] Workaround geo restriction and improve error messages | Sergey M․ | |
2016-10-19 | [nrk] Improve _VALID_URL | Sergey M․ | |
2016-10-19 | [nrk] Relax _VALID_URL (closes #10928) | Sergey M․ | |
2016-10-03 | Unify coding cookie | Déstin Reed | |
2016-08-22 | [nrk,abc:iview] use _extract_akamai_formats | Remita Amine | |
2016-06-12 | [nrk:skole] Fix extraction | Sergey M․ | |
2016-06-12 | [nrktv] Fix tests | Sergey M․ | |
2016-05-21 | [nrk] Unquote subtitles' URLs | Sergey M․ | |
2016-05-13 | [nrk] extract m3u8 formats | remitamine | |
2016-05-13 | [nrk] Rework extractor (Closes #9470) | Sergey M․ | |
2016-04-25 | [nrk] Comment out unstable MD5 checksums | Yen Chi Hsuan | |
Both are Akamai f4f fragments. | |||
2016-03-27 | Remove _sort_formats from _extract_*_formats methods | Sergey M․ | |
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051 | |||
2016-03-02 | [nrk:skole] Relax _VALID_URL | Sergey M․ | |
2016-03-02 | [nrk:skole] Add extractor (Closes #8728) | Sergey M․ | |
2016-01-31 | [nrktv] Fix _TESTS | Yen Chi Hsuan | |
2015-12-01 | [nrk] Extract f4m formats and impose geo restriction only when not media URL ↵ | Sergey M․ | |
(Closes #7715) | |||
2015-10-01 | [nrktv] Rework subtitles and eliminate downloading twice | Sergey M․ | |
2015-10-01 | [nrk] Spelling | Joakim Fremstad | |
2015-07-12 | [nrk:tv] Add format id prefixes | Sergey M․ | |
2015-07-12 | [nrk:tv] Add support for radio URLs (Closes #6200) | Sergey M․ | |
2015-06-29 | NRK now supports / requires HTTPS | Anders Einar Hilden | |
Add s? to regexp to support new urls. Update testcases to use HTTPS. | |||
2015-05-12 | [nrk] Remove TTML to srt conversion codes | Yen Chi Hsuan | |
A common routine is implemented in utils.py and can be used via --convert-subtitles. | |||
2015-03-21 | [nrk:playlist] Relax video id regex and improve _VALID_URL | Sergey M․ | |
2015-03-21 | [nrk:playlist] Restrict _VALID_URL | Jaime Marquínez Ferrándiz | |
It would also match /videos/PS... urls | |||
2015-03-21 | [nrk:playlist] Add extractor (Closes #5245) | Sergey M․ | |
2015-03-21 | [nrk] Extract duration | Sergey M․ | |
2015-03-21 | [nrk] Adapt to new URL format | Sergey M․ | |
2015-03-13 | [nrk] Use generic subtitles timecode formatter | Sergey M․ | |
2015-02-24 | [nrktv] Workaround subtitles conversion issues on python 2.6 (Closes #5036) | Sergey M․ | |
2015-02-18 | [nrk] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-01-10 | [nrk] Improve subtitle support (#3092) | Philipp Hagemeister | |
2015-01-07 | [nrktv] Remove 'proxy' parameter from tests | Jaime Marquínez Ferrándiz | |
2015-01-07 | [nrktv] Add support for playlists (Closes #4656) | Sergey M․ | |
2015-01-01 | [nrktv] Update tests' checksums | Sergey M․ | |
2014-06-16 | Fix test | Anders Einar Hilden | |
Didn't use .lower() as planned, so update test with new ID. | |||
2014-06-16 | tv.nrk.no urls mostly contain capital characters | Anders Einar Hilden | |
Updated regexp and one of the test cases to reflect this. tv.nrksuper.no mostly uses lowercase, so that is still there. | |||
2014-06-07 | [nrk] Fix test checksum | Philipp Hagemeister | |
2014-05-31 | [nrktv] Recognize tv.nrksuper.no URL | Sergey M․ | |
2014-05-25 | [nrktv] Add support for tv.nrk.no (Closes #2980) | Sergey M․ | |