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