Mike Fährmann
|
393755ee94
|
[tumblr] update tests
|
2017-10-09 00:10:37 +02:00 |
|
Mike Fährmann
|
54c0715135
|
allow users to set their own API access_tokens/client_ids
|
2017-09-09 17:50:19 +02:00 |
|
Mike Fährmann
|
f7cdfd4c25
|
add a simplified version of 'parse_qs'
This version only returns a dict of plain string to string key-value
pairs and ignores multiple values for the same query variable.
|
2017-08-24 20:55:58 +02:00 |
|
Mike Fährmann
|
8bcf88bff7
|
[flickr] fix extraction
This issue was only noticeable with older Python versions, as these
don't exhibit a consistent ordering of dict keys.
|
2017-08-12 21:41:10 +02:00 |
|
Mike Fährmann
|
852e7acd31
|
[twitter] ignore "Promoted Tweets"
|
2017-08-06 13:43:08 +02:00 |
|
Mike Fährmann
|
1dac76fd1c
|
update extractor docstrings
|
2017-06-28 17:39:07 +02:00 |
|
Mike Fährmann
|
e1d82af5e0
|
small fixes
|
2017-06-22 18:46:42 +02:00 |
|
Mike Fährmann
|
719d45f89e
|
[flickr] allow the use of Flickr's specifiers for format selection
- renamed the 'width-max' option to 'size-max'
- filter by both width and height
|
2017-06-20 16:09:25 +02:00 |
|
Mike Fährmann
|
e68af4febe
|
[flickr] add 'width-max' option (#16)
This option allows for simple format selection by
specifying a maximum image width.
|
2017-06-18 22:20:15 +02:00 |
|
Mike Fährmann
|
2993206c4b
|
smaller fixes and "security" measures
- move the OAuthSession class into util.py
- block special extractors for reddit and recursive
- ignore 'only matching' tests for testresults script
|
2017-06-16 21:01:40 +02:00 |
|
Mike Fährmann
|
8d5e92f641
|
resolve cyclic dependency between oauth and flickr
|
2017-06-14 16:11:18 +02:00 |
|
Mike Fährmann
|
9759fe8c6b
|
allow 'only_matching' tests
|
2017-06-14 08:43:05 +02:00 |
|
Mike Fährmann
|
05ed95e5b0
|
[flickr] add search extractor
|
2017-06-13 08:01:32 +02:00 |
|
Mike Fährmann
|
5f55c854b9
|
[flickr] replace getPublic... API call with regular ones
|
2017-06-12 16:37:06 +02:00 |
|
Mike Fährmann
|
9a620784f9
|
[flickr] add support for user authentication (#16)
Call '$ gallery-dl oauth:flickr' to get an access_token
and access_token_secret for your account.
|
2017-06-12 09:36:14 +02:00 |
|
Mike Fährmann
|
e682e06518
|
[flickr] add group extractor (#16)
|
2017-06-06 16:22:30 +02:00 |
|
Mike Fährmann
|
8fd66ef0b3
|
[flickr] add gallery extractor (#16)
|
2017-06-06 14:22:36 +02:00 |
|
Mike Fährmann
|
4e80e0c884
|
[flickr] add user extractor (#16)
|
2017-06-02 17:15:05 +02:00 |
|
Mike Fährmann
|
b81d068a6d
|
[flickr] add favorites extractor (#16)
|
2017-06-02 16:35:04 +02:00 |
|
Mike Fährmann
|
72f1c6f87a
|
[flickr] add support for flic.kr/p/... URLs
Example:
https://flic.kr/p/FPVo9U
|
2017-06-02 09:01:35 +02:00 |
|
Mike Fährmann
|
93e5d8cba3
|
[flickr] add album extractor
|
2017-05-31 17:31:51 +02:00 |
|
Mike Fährmann
|
659c65dbb0
|
[flickr] add image extractor
|
2017-05-30 17:43:02 +02:00 |
|