about summary refs log tree commit diff
path: root/youtube_dl/extractor/ctsnews.py
Commit message (Collapse)AuthorAgeFilesLines
* [ctsnews] PEP 8Sergey M․2019-07-211-0/+1
|
* [ctsnews] Fix YouTube embeds extraction (#21678)chien-yu2019-07-151-6/+5
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [ctsnews] Fix extractionYen Chi Hsuan2016-08-101-28/+21
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [ctsnews] Add localized nameYen Chi Hsuan2015-07-111-0/+1
|
* [ctsnews] Remove unused importPhilipp Hagemeister2015-01-301-1/+0
|
* [ctsnews] Remove news count check (#4802)Philipp Hagemeister2015-01-301-10/+2
| | | | | That's the number of articles (or at least some constant value); view count is the number of views of the video! Also add a better description so that we can distinguish the two downloads.
* [ctsnews] Detect youtube embedde videosYen Chi Hsuan2015-01-301-12/+63
|
* [CtsNews] Add new extractorYen Chi Hsuan2015-01-291-0/+51