aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/cspan.py
AgeCommit message (Collapse)Author
2021-01-13[cspan] improve info extraction(closes #27791)Remita Amine
2020-12-01[cspan] Extract info from jwplayer data (closes #3672, closes #3734, closes ↵Sergey M․
#10638, closes #13030, closes #18806, closes #23148, closes #24461, closes #26171, closes #26800, closes #27263)
2020-12-01[cspan] Pass Referer header with format's video URL (#26032) (closes #25729)Roman Beránek
2017-12-17[cspan] add support for audio only pages and catch page errors(closes #14995)Remita Amine
2017-05-09[cspan] add support for brightcove live embeds(closes #13028)Remita Amine
2017-01-20[cspan] Fix _TESTSYen Chi Hsuan
2017-01-20[cspan] Support Ustream embedded videosYen Chi Hsuan
Closes #11547
2016-07-15Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayerNehal Patel
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-01-30[cspan] Unescape path (Closes #8365)Sergey M․
2016-01-26[cspan] Extract from path when no qualities (Closes #8317)Sergey M․
2016-01-26[cspan] Fix clip/prog id extraction (#8317)Sergey M․
2015-12-28[cspan] Fix extraction (fixes #8032)Jaime Marquínez Ferrándiz
2015-12-28[cspan] Initialize 'video_type' to avoid 'UnboundLocalError' exceptions (#8032)Jaime Marquínez Ferrándiz
2015-11-28[cspan] change into a functionremitamine
2015-10-20[cspan] move get_text_attr to CSpanIEremitamine
2015-10-17[cspan] handle error massages and extract qualitiesremitamine
2015-10-03[cspan] correct the clip info extractionremitamine
2015-04-25[cspan] Extract subtitlesYen Chi Hsuan
2015-04-21[CSpan] Removed the md5 sum of CSpan_3Yen Chi Hsuan
2015-04-21[CSpan] Fix test cases CSpan_1 and CSpan_2Yen Chi Hsuan
2015-04-21[CSpan] Add detection for Senate ISVP. Closes #5302Yen Chi Hsuan
2014-12-17Improve code stylePhilipp Hagemeister
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-04-03[cspan] Support multiple segments (Fixes #2674)Philipp Hagemeister
2014-03-26[cspan] Roll back unfinished rtmp supportSergey M․
2014-03-25[auengine] ModernizeSergey M․
2014-03-21[cspan] Fix typo in a commentJaime Marquínez Ferrándiz
2014-03-21[cspan] Add support for newer videos (Fixes #2577)Philipp Hagemeister
2014-02-02[cspan] Fix extraction (fixes #2291)Jaime Marquínez Ferrándiz
The webpage urls have changed. The title and thumbnail are now extracted from an xml.
2014-01-22[cspan] Disable testPhilipp Hagemeister
It works fine from all my machines, no matter where, but from travis, we get lots of 403s. Maybe another project is scraping CSPAN from travis and they're blocking the travis machines?
2014-01-22[cspan] Make ‘www’ optional and improve the regex for extracting the id ↵Jaime Marquínez Ferrándiz
(fixes #2194)
2014-01-05[cspan] Use HTTP download (Fixes #2098)Philipp Hagemeister
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-07-12InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-26Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz