about summary refs log tree commit diff
path: root/youtube_dl/extractor/nova.py
Commit message (Collapse)AuthorAgeFilesLines
* [nova:embed] Fix extraction (closes #24700)Sergey M․2020-04-091-34/+70
|
* [nova] Improve extraction (refs #23690)Sergey M․2020-02-151-15/+22
|
* [nova:embed] Improve (closes #23690)Sergey M․2020-02-151-9/+8
|
* [nova:embed] Fix extraction (closes #23672)Jan 'Yenda' Trmal2020-02-151-0/+7
|
* [nova:embed] Fix extraction (closes #18222)Sergey M․2018-11-181-1/+1
|
* [nova:embed] Add extractor (closes #17282)Sergey M․2018-08-221-41/+97
|
* [nova] Fix extraction (closes #17241)Sergey M․2018-08-161-6/+27
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-5/+5
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* Add missing r prefix for _VALID_URLsSergey M․2016-03-211-1/+1
|
* [nova] Revert "Fix extension extraction bug"Slava Shklyaev2015-06-031-7/+18
| | | | This reverts commit 9464a194dbf48989c486fa2de9e1aebc59e28ed4.
* [nova] Add a comment about html in descriptionSlava Shklyaev2015-06-021-1/+1
|
* [nova] Fix Python 2.6 compatability issueSlava Shklyaev2015-06-021-1/+1
|
* [nova] Fix display_id extraction bugSlava Shklyaev2015-06-021-4/+4
|
* [nova] Comply with reviewSlava Shklyaev2015-06-021-8/+10
|
* [nova] Minor style improvementSlava Shklyaev2015-06-021-1/+1
|
* [nova] Remove html tags from descriptionSlava Shklyaev2015-06-021-3/+3
|
* [nova] Extract upload_date in some casesSlava Shklyaev2015-06-021-0/+39
|
* [nova] Fix extension extraction bugSlava Shklyaev2015-06-021-17/+6
| | | | Replace the hardcoded flv with determine_ext. Let rtmpdump parse the url.
* [nova] Fix display_id extraction bugSlava Shklyaev2015-06-021-1/+1
| | | | Make id group non-greedy so that .html is not included in it.
* [nova] Add tv testSergey M․2015-06-021-0/+3
|
* [nova] Add extractorSergey M․2015-06-021-0/+135