Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | 2017-01-06 | 1 | -5/+5 |
| | |||||
* | Unify coding cookie | Déstin Reed | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Add missing r prefix for _VALID_URLs | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | [nova] Revert "Fix extension extraction bug" | Slava Shklyaev | 2015-06-03 | 1 | -7/+18 |
| | | | | This reverts commit 9464a194dbf48989c486fa2de9e1aebc59e28ed4. | ||||
* | [nova] Add a comment about html in description | Slava Shklyaev | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | [nova] Fix Python 2.6 compatability issue | Slava Shklyaev | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | [nova] Fix display_id extraction bug | Slava Shklyaev | 2015-06-02 | 1 | -4/+4 |
| | |||||
* | [nova] Comply with review | Slava Shklyaev | 2015-06-02 | 1 | -8/+10 |
| | |||||
* | [nova] Minor style improvement | Slava Shklyaev | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | [nova] Remove html tags from description | Slava Shklyaev | 2015-06-02 | 1 | -3/+3 |
| | |||||
* | [nova] Extract upload_date in some cases | Slava Shklyaev | 2015-06-02 | 1 | -0/+39 |
| | |||||
* | [nova] Fix extension extraction bug | Slava Shklyaev | 2015-06-02 | 1 | -17/+6 |
| | | | | Replace the hardcoded flv with determine_ext. Let rtmpdump parse the url. | ||||
* | [nova] Fix display_id extraction bug | Slava Shklyaev | 2015-06-02 | 1 | -1/+1 |
| | | | | Make id group non-greedy so that .html is not included in it. | ||||
* | [nova] Add tv test | Sergey M․ | 2015-06-02 | 1 | -0/+3 |
| | |||||
* | [nova] Add extractor | Sergey M․ | 2015-06-02 | 1 | -0/+135 |