aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/funnyordie.py
AgeCommit message (Expand)Author
2017-07-20[funnyordie] Extract more metadata (closes #13677)Sergey M․
2017-04-27Don't list master m3u8 playlists in format list (closes #12832)Sergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-11-21[funnyordie] Copy formats' metadata from hls and sort formatsSergey M․
2016-11-21[funnyordie] Improve extractionAndy Savicki
2016-04-09[funnyordie] Relax M3U8 URL matchingYen Chi Hsuan
2015-12-29Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․
2015-11-10[funnyordie] Fix extraction and extract m3u8 formatsSergey M․
2015-08-12[funnyordie] Handle protocol-relative URLs (fixes #6490)ngld
2015-03-11[funnyordie] Simplify subtitlesSergey M․
2015-03-10Update funnyordie.pypishposhmcgee
2015-03-10Added subtitles for FunnyOrDiePishPosh.McGee
2014-11-12[funnyordie] Remove test md5sum (Fixes #4113)Philipp Hagemeister
2014-10-31[funnyordie] Add articles URL testSergey M․
2014-10-31[FunnyOrDie] Add support for "/articles/" URLsanovicecodemonkey
2014-10-23[funnyordie] Fix extraction (Closes #4011)Sergey M․
2014-09-29[funnyordie] Fix test case md5Philipp Hagemeister
2014-07-21[funnyordie] Fix test descriptionPhilipp Hagemeister
2014-05-07[funnyordie] Extract more formatsSergey M․
2014-05-06[FunnyOrDie] simplifypulpe
2014-05-06[FunnyOrDie] fix thumbnails + add test (fixes #2856)pulpe
2014-03-13[funnyordie] Correct JSON interpretationPhilipp Hagemeister
2014-03-11[generic/funnyordie] Add support for funnyordie embeds (Fixes #2546)Philipp Hagemeister
2014-01-28[funnyordie] Simplify and use unicode_literalsJaime Marquínez Ferrándiz
2013-09-20[funnyordie] Fix video url extractionJaime Marquínez Ferrándiz
2013-09-12[funnyordie] fix video url extractionJaime Marquínez Ferrándiz
2013-08-21[funnyordie] fix extraction of video url and titleJaime Marquínez Ferrándiz
2013-07-13Use re.DOTALL by default when searching OpenGraph propertiesJaime Marquínez Ferrándiz
2013-07-12InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23[FunnyOrDie] Remove unused importPhilipp Hagemeister
2013-06-23Move FunnyOrDie into its own filePhilipp Hagemeister