Commit Graph

27 Commits (3b446ab3519948980630e3328b971385826ffba8)

Author SHA1 Message Date
Sergey M․ 1c11204056
[tf1] Improve extraction and fix issues (closes )
Emmanuel Froissart 9c2aaac268
[tf1] Fix wat id extraction (closes )
Remita Amine 8b183bd5f8 [tf1] try all supported adaptive urls
Remita Amine 22b7ac13ef [tf1] fix wat id extraction(closes )
Yen Chi Hsuan dde1ce7c06
[tf1] Fix a regular expression (closes )
This is a Python bug fixed in 2.7.6 [1]

[1] https://github.com/rg3/youtube-dl/issues/9656#issuecomment-222968594
remitamine db3b8b2103 [tf1] add support for more related web sites
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
Sergey M․ 4b3cd7316c [tf1] Improve wat id regex (Closes )
remitamine 6212bcb191 [tf1] fix info extraction(fixes )
Sergey M․ ad1b6017cd [tf1] Fix tests
Sergey M․ 05467d5a52 [tf1] Relax _VALID_URL
Sergey M․ ae5e94808e [tf1] Fix extraction (2)
Sergey M․ d7ffcfcf97 [tf1] Fix extraction (Closes )
Sergey M․ e6e63e91a7 [tf1] Extend _VALID_URL (Closes )
Yen Chi Hsuan 42833b44b5 [tf1] Extend _VALID_URL (fixes )
Jaime Marquínez Ferrándiz 9fda6ee39f [tf1] Remove unused import
t0mm0 b158bb8693 [tf1] simplify regex
t0mm0 2bf098eda4 [tf1] fix test
t0mm0 382e05fa56 [tf1] add support for TFOU
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jaime Marquínez Ferrándiz 2da67107ee [tf1] Modernize
dst c0ade33e16 Correct some extractor _VALID_URL regexes
Jaime Marquínez Ferrándiz fa80026915 Disable way and tf1 tests, the whole videos are served sometimes, so the md5 sum doesn't match.
Jaime Marquínez Ferrándiz 0725f584e1 [wat] fix the extraction of the video url (fixes )
Use the direct download link for Android.
Jaime Marquínez Ferrándiz acc47c1a3f Mark WatIE and TF1IE as broken (related )
Jaime Marquínez Ferrándiz 8244288dfe WatIE: support videos divided in multiple parts (closes and )
The id for the videos is now the full id, no the one in the webpage url.
Also extract more information: description, view_count and upload_date
Jaime Marquínez Ferrándiz 705f6f35bc Move TF1IE to its own file