Commit Graph

55 Commits (95a66bdad635be82cb9e5feaba8e0ea0ea1b58c5)

Author SHA1 Message Date
Mike Fährmann 780b6adb91
rename 'generate_csrf_token()' to just 'generate_token()'
4 years ago
Mike Fährmann 8a88025dc4
[pinterest] support generic user URLs (#1205)
4 years ago
Mike Fährmann 6cdbab07b5
[pinterest] add support for getting all boards of a user
4 years ago
Mike Fährmann 371e9ca6df
[pinterest] implement video support (closes #1189)
4 years ago
Mike Fährmann b8daabc3ca
[pinterest] implement login support (closes #1055)
4 years ago
Mike Fährmann 26a967cbd4
[pinterest] match 'pinterest.co.uk' URLs (fixes #914)
4 years ago
Mike Fährmann 0e714b9a0e
[pinterest] add 'section' extractor (#835)
4 years ago
Mike Fährmann 5ba90f72ca
[pinterest] add support for sections (closes #835)
4 years ago
Mike Fährmann 32d7195d08
[pinterest] improve detection of invalid pin.it links
5 years ago
Mike Fährmann 1f2a69f3c5
add '_extractor' information to redirect results
5 years ago
Mike Fährmann c4702ec9b6
simplify some logging calls
5 years ago
Mike Fährmann da6789b2b0
disable unique archive id checks for some tests
5 years ago
Mike Fährmann 4409d00141
embed error messages in StopExtraction exceptions
5 years ago
Mike Fährmann fdec59f8e2
replace extractor.request() 'expect' argument
5 years ago
Mike Fährmann 4b1880fa5e
propagate 'match' to base extractor constructor
6 years ago
Mike Fährmann 6284731107
simplify extractor constants
6 years ago
Mike Fährmann 6126615698
update URLs for supportedsites.rst
6 years ago
Mike Fährmann 98c6520384
[pinterest] update root URL of API calls
6 years ago
Mike Fährmann 40e30694f3
[pinterest] fix pin.it redirects
6 years ago
Mike Fährmann 7f6a0be982
adjust some tests
6 years ago
Mike Fährmann 3bdfc15be1
[pinterest] don't crash on pins without image info
6 years ago
Mike Fährmann 1532d1b690
fix 'range' tests and update a few test results
6 years ago
Mike Fährmann d3f1eed2a6
[pinterest] improvements
6 years ago
Mike Fährmann 63fa0b2006
[pinterest] add extractors for related pins
6 years ago
Mike Fährmann a86f2bfc80
[pinterest] update not-found redirects
6 years ago
Mike Fährmann b8c97d2295
use 'extractor.request()' for more HTTP requests
6 years ago
Mike Fährmann 017188d268
improve extractor.request()
6 years ago
Mike Fährmann e1e23165a0
[pinterest] catch JSON decode errors
6 years ago
Mike Fährmann 2ea0d1da42
[smugmug] improve API code; use data expansions
6 years ago
Mike Fährmann 2395d870dd
[pinterest] unquote board and user names, better errors
6 years ago
Mike Fährmann 0f1e07f627
[pinterest] scrap OAuth implementation; code improvements
6 years ago
Mike Fährmann 55d4d23860
[pinterest] use Pinterest's "Web" API (#83)
7 years ago
Mike Fährmann d10579edb5
[pinterest] improve PinterestAPI code; remove OAuth mentions
7 years ago
Mike Fährmann 4bd182c107
[pinterest] implement `oauth:pinterest` (#83)
7 years ago
Mike Fährmann 9651f3fce0
[pinterest] improve error messages (#83)
7 years ago
Mike Fährmann dbe250f7e5
[pinterest] update access_token (#83)
7 years ago
Mike Fährmann e32fe1cdf1
[pinterest] cast IDs to int
7 years ago
Mike Fährmann 34873dbd90
set 'archive_fmt' values
7 years ago
Mike Fährmann 421a9740a3
[tumblr] add 'tumblr:' to force Tumblr extractor (#71)
7 years ago
Mike Fährmann 0dedbe759c
enable '--chapter-filter'
7 years ago
Mike Fährmann 6f30cf4c64
change keyword names to valid Python identifiers
7 years ago
Mike Fährmann 54c0715135
allow users to set their own API access_tokens/client_ids
7 years ago
Mike Fährmann c45770331a
use 'str.partition()'
7 years ago
Mike Fährmann c184e47ee3
put common directory- and filename formats in base classes
7 years ago
Mike Fährmann 9f1c83297f
[pinterest] allow URLs with any TLD
7 years ago
Mike Fährmann 94e10f249a
code adjustments according to pep8 nr2
8 years ago
Mike Fährmann d82508f245
fix tests for turboimagehost and pinterest
8 years ago
Mike Fährmann 3434c5a026
[pinterest] add support for pin.it URLs
8 years ago
Mike Fährmann a8d716c043
[pinterest] tests + fix error message
8 years ago
Mike Fährmann 02a441503a
[pinterest] adjust regex pattern
8 years ago