aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/cspan.py
Commit message (Collapse)AuthorAgeFilesLines
* [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