aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/pbs.py
AgeCommit message (Collapse)Author
2020-11-21Fix typos (#27084)Josh Soref
* spelling: authorization Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: brightcove Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: creation Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exceeded Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exception Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extension Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extracting Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extraction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: frontline Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: improve Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: length Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: listsubtitles Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: multimedia Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: obfuscated Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: partitioning Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlists Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: restriction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: services Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: split Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: srmediathek Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: support Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: thumbnail Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: verification Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: whitespaces Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2019-03-11Start moving to ytdl-orgSergey M․
2018-07-30[pbs] Fix extraction (closes #17109)Sergey M․
2018-06-16[pbs] Improve extraction (closes #16623, closes #16684)Sergey M․
2018-06-05[pbs] Add another cove id pattern (closes #15373)Sergey M․
2018-05-16[pbs] fix embed data extraction(fixes #16474)Remita Amine
2017-11-27[pbs] add another media id regexRemita Amine
2017-10-17[pbs] restrict direct video url regex(fixes #14519)Remita Amine
2017-08-03[pbs] Add support for new URL schema (closes #13801)Sergey M․
2017-05-04[pbs] Improve multipart video support (closes #12981)Sergey M․
2017-05-02[pbs] extract chapters informationremitamine
2017-04-27Don't list master m3u8 playlists in format list (closes #12832)Sergey M․
2017-02-19Improve geo bypass mechanismSergey 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[pbs] Improve geo restriction detection and use geo bypass mechanismSergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-12-19[pbs] fix extraction for geo restricted videos(#7095)Remita Amine
2016-08-13[pbs] Clarify comment on http formatsSergey M․
2016-08-13[pbs] Fix description extraction and update testsSergey M․
2016-08-13[pbs] add test for videos with undocumented http formats and remove unused ↵Remita Amine
import
2016-08-12[pbs] check all http formats and remove unnecessary requestRemita Amine
- some of the quality that not reported in the documentation are available(4500k, 6500k) - the videoInfo request doesn't work for a long time
2016-06-27[pbs] Check manually constructed http links (Closes #9921)Sergey M․
2016-04-30[pbs] extract srt and vtt subtitlesremitamine
2016-04-30[pbs] remove duplicate formatremitamine
2016-04-30[pbs] extract only the formats that we know that they will be available as ↵remitamine
http format https://projects.pbs.org/confluence/display/coveapi/COVE+Video+Specifications
2016-04-30[pbs] fix the least bitrate http url constructionremitamine
2016-04-30[pbs] extract all http formatsremitamine
2016-02-22[pbs] Extract all formats (Closes #8538)Sergey M․
2016-02-11[pbs] Fix multi part videos extractionSergey M․
2016-02-11[pbs] Update some testsSergey M․
2016-02-11[pbs] Improve description extractionSergey M․
2016-02-11[pbs] Revert prefer portalplayerSergey M․
2016-02-10[pbs] Switch to portal player by default (Closes #8491)Sergey M․
2015-12-23[pbs] Extend PBS station regex (Closes #7964)Sergey M․
2015-12-17[pbs] Extend _VALID_URL (Closes #7889)Sergey M․
2015-12-10[pbs] PEP 8Sergey M․
2015-12-10[pbs] Clarify member stations' URLsSergey M․
2015-12-09[pbs] Make URLs lowercaseSergey M․
2015-12-09[pbs] Clean up stations list from duplicatesSergey M․
2015-12-09[pbs] Add support for all member stations (#7674)Sergey M․
2015-12-08[pbs] Add another coveplayer pattern (Closes #7674)Sergey M․
2015-12-08[pbs] Extend _VALID_URLSergey M․
2015-11-19[pbs] Update API URL (Closes #7565)Sergey M․
2015-11-18[pbs] Extend _VALID_URLSergey M․
2015-11-07[pbs] Make flp embed lookup non fatalSergey M․
2015-11-07[pbs] Add test for flp frontline embedsSergey M․
2015-11-07[pbs] Add support for flp frontlines (Closes #7369)Sergey M․
2015-11-06[pbs] Simplify and speed up player URL searchSergey M․
2015-10-09[pbs] Carry long lineSergey M․
2015-10-08[pbs] place errors into a dictremitamine
2015-10-08[pbs] detect errors from http error coderemitamine