about summary refs log tree commit diff
path: root/youtube_dl/extractor/cspan.py
Commit message (Collapse)AuthorAgeFilesLines
* [cspan] improve info extraction(closes #27791)Remita Amine2021-01-131-1/+26
|
* [cspan] Extract info from jwplayer data (closes #3672, closes #3734, closes ↵Sergey M․2020-12-011-2/+23
| | | | #10638, closes #13030, closes #18806, closes #23148, closes #24461, closes #26171, closes #26800, closes #27263)
* [cspan] Pass Referer header with format's video URL (#26032) (closes #25729)Roman Beránek2020-12-011-0/+2
|
* [cspan] add support for audio only pages and catch page errors(closes #14995)Remita Amine2017-12-171-5/+18
|
* [cspan] add support for brightcove live embeds(closes #13028)Remita Amine2017-05-091-0/+15
|
* [cspan] Fix _TESTSYen Chi Hsuan2017-01-201-7/+3
|
* [cspan] Support Ustream embedded videosYen Chi Hsuan2017-01-201-0/+19
| | | | Closes #11547
* Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayerNehal Patel2016-07-151-1/+4
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [cspan] Unescape path (Closes #8365)Sergey M․2016-01-301-1/+1
|
* [cspan] Extract from path when no qualities (Closes #8317)Sergey M․2016-01-261-0/+7
|
* [cspan] Fix clip/prog id extraction (#8317)Sergey M․2016-01-261-5/+10
|
* [cspan] Fix extraction (fixes #8032)Jaime Marquínez Ferrándiz2015-12-281-4/+6
|
* [cspan] Initialize 'video_type' to avoid 'UnboundLocalError' exceptions (#8032)Jaime Marquínez Ferrándiz2015-12-281-0/+3
|
* [cspan] change into a functionremitamine2015-11-281-10/+10
|
* [cspan] move get_text_attr to CSpanIEremitamine2015-10-201-11/+10
|
* [cspan] handle error massages and extract qualitiesremitamine2015-10-171-26/+41
|
* [cspan] correct the clip info extractionremitamine2015-10-031-31/+27
|
* [cspan] Extract subtitlesYen Chi Hsuan2015-04-251-0/+11
|
* [CSpan] Removed the md5 sum of CSpan_3Yen Chi Hsuan2015-04-211-1/+0
|
* [CSpan] Fix test cases CSpan_1 and CSpan_2Yen Chi Hsuan2015-04-211-7/+15
|
* [CSpan] Add detection for Senate ISVP. Closes #5302Yen Chi Hsuan2015-04-211-1/+17
|
* Improve code stylePhilipp Hagemeister2014-12-171-1/+0
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+7
| | | | 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).
* [cspan] Support multiple segments (Fixes #2674)Philipp Hagemeister2014-04-031-9/+21
|
* [cspan] Roll back unfinished rtmp supportSergey M․2014-03-261-51/+6
|
* [auengine] ModernizeSergey M․2014-03-251-6/+51
|
* [cspan] Fix typo in a commentJaime Marquínez Ferrándiz2014-03-211-1/+1
|
* [cspan] Add support for newer videos (Fixes #2577)Philipp Hagemeister2014-03-211-4/+15
|
* [cspan] Fix extraction (fixes #2291)Jaime Marquínez Ferrándiz2014-02-021-17/+28
| | | | | The webpage urls have changed. The title and thumbnail are now extracted from an xml.
* [cspan] Disable testPhilipp Hagemeister2014-01-221-0/+1
| | | | | 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?
* [cspan] Make ‘www’ optional and improve the regex for extracting the id ↵Jaime Marquínez Ferrándiz2014-01-221-3/+3
| | | | (fixes #2194)
* [cspan] Use HTTP download (Fixes #2098)Philipp Hagemeister2014-01-051-34/+31
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-3/+1
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz2013-06-261-0/+44