Commit Graph

16 Commits (5b1d158834f9202f29b650c4467fe144777380b4)

Author SHA1 Message Date
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
Déstin Reed dcdb292fdd
Unify coding cookie
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
Sergey M․ 0cef27ad25 Add missing r prefix for _VALID_URLs
Slava Shklyaev e4ac7bb1e5 [nova] Revert "Fix extension extraction bug"
This reverts commit 9464a194db.
Slava Shklyaev fa971259e6 [nova] Add a comment about html in description
Slava Shklyaev b0cda32f72 [nova] Fix Python 2.6 compatability issue
Slava Shklyaev 08b7968e28 [nova] Fix display_id extraction bug
Slava Shklyaev 4b5fe1349f [nova] Comply with review
Slava Shklyaev a00234f1c5 [nova] Minor style improvement
Slava Shklyaev 34c0f95db2 [nova] Remove html tags from description
Slava Shklyaev fcb04bcaca [nova] Extract upload_date in some cases
Slava Shklyaev 9464a194db [nova] Fix extension extraction bug
Replace the hardcoded flv with determine_ext. Let rtmpdump parse the url.
Slava Shklyaev 9f4b9118cc [nova] Fix display_id extraction bug
Make id group non-greedy so that .html is not included in it.
Sergey M․ 60158217ef [nova] Add tv test
Sergey M․ 923e79e2e4 [nova] Add extractor