aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/allocine.py
AgeCommit message (Collapse)Author
2017-03-29[allocine] Extract more metadataSergey M․
2017-03-29[allocine] Fix extractionplroman
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-10-09[allocine] Fix for /video/ videos (closes #10860)Yen Chi Hsuan
2016-10-09[allocine] Fix extraction (closes #10860)Yen Chi Hsuan
I change the URL of the third test case, because now the original URL does not contain a video anymore, and there's no easy to get the real URL from the /film/ one.
2016-10-03Unify coding cookieDéstin Reed
2016-02-01[allocine] Use xpath_elementYen Chi Hsuan
2016-02-01[allocine] Fix for Python 2.6Yen Chi Hsuan
Python 2.6 does not support .// syntax in find(). Fortunately, the interested node is at the top level
2016-02-01[allocine] Fix extraction of test_allocine_1 and update testsYen Chi Hsuan
2014-12-16[allocine] Add test for new URL formatSergey M․
2014-12-16[Allocine] Support for more URLsTailszefox
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
2014-11-12[allocine] Update testMichael Käufl
2014-07-21[allocine] Update testsSergey M․
2014-07-05[allocine] add extractor for allocine.fr (fixes #3189)Petr Půlpán