Commit Graph

20 Commits (38e4e8ab80b784f59b3a3ef6d313a70e13f17cd3)

Author SHA1 Message Date
Sergey M․ 15aeeb1188
[flickr] Ensure format id is string
Sergey M․ cb1fa58813
[flickr] Extract uploader URL (Closes )
remitamine 3fd6332c05 [flickr] extract license field(closes )
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode

Closes 
remitamine eed30fea75 [flickr] fix format sorting
remitamine 5b95419ca5 [flickr] extract views_count and tags
remitamine 967c9076a3 raise ExtractorError if the page doesn't contain a video
remitamine f3003531a5 [flickr] handle error message
remitamine 146672254e [flickr] extract fresh api key and remove duplication in test
remitamine 02fb980451 [flickr] extract more info and formats
Jaime Marquínez Ferrándiz c04c3e334c [flickr] Don't use regex for extracting the info from the xml files
Jaime Marquínez Ferrándiz f8e51f60b3 [flickr] Fix extraction (fixes )
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 5f6a1245ff PEP8 applied
Philipp Hagemeister cc746841e7 [flickr] Modernize
Philipp Hagemeister fabfe17d5e [flickr] Use unicode literals
rzhxeo 829493439a [FlickrIE] Fix HTTPS url
Jaime Marquínez Ferrándiz 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 1ac4004f3a [flickr] Move into own file