Andrew Yatzkan
|
ab99ee016e
|
Made .txt file case insensitive
|
6 years ago |
Andrew Yatzkan
|
3fc75aea3f
|
Added wikipedia.org
|
6 years ago |
Yahya SayadArbabi
|
5769ee086c
|
Merge branch 'semantic_versioning'
|
6 years ago |
Yahya SayadArbabi
|
ffbd5b3d4b
|
Fix versioning
|
6 years ago |
Yahya SayadArbabi
|
992e22059a
|
bump version
|
6 years ago |
Yahya SayadArbabi
|
f4c490d25e
|
run "isort"
|
6 years ago |
Yahya SayadArbabi
|
853008c075
|
Merge branch 'jcs-PR/color'
|
6 years ago |
Yahya SayadArbabi
|
f984b447c0
|
Run "isort"
|
6 years ago |
Jonas Tranberg
|
e51da5b712
|
If only status_code is needed use HEAD instead of GET request to avoid body download
|
6 years ago |
Beam OP
|
ec58514b24
|
Updated DailyMotion errorType
|
6 years ago |
Yahya SayadArbabi
|
e6256e70a6
|
Bump version
|
6 years ago |
Yahya SayadArbabi
|
e71b9926ad
|
Merge branch 'jcs-PR/master'
|
6 years ago |
Yahya SayadArbabi
|
7a78d44943
|
Merge branch 'Czechball/master'
|
6 years ago |
jenchieh
|
43f4e893f3
|
Initialize Colorama and import it.
|
6 years ago |
jenchieh
|
5711ebb472
|
Add Colorama to one of the requirements.
|
6 years ago |
jenchieh
|
adb31c5ee7
|
Organize image directory => screenshot.
|
6 years ago |
Czechball
|
6780614957
|
Added YouPic, Letterboxd, House-Mixes and Coderwall
|
6 years ago |
Czechball
|
74768ce592
|
Added YouPic, Letterboxd, House-Mixes.com and Coderwall
|
6 years ago |
Czechball
|
f46a21b57a
|
Added House-Mixes.com
|
6 years ago |
Czechball
|
a0c64ca582
|
Added House-Mixes.com
|
6 years ago |
Czechball
|
2a633f52e2
|
Updated sites
|
6 years ago |
Czechball
|
aae6de8017
|
Added YouPic.com
|
6 years ago |
theodosisathanasakis
|
b8737bd75f
|
Add "regexCheck" for Facebook and Flipboard
Facebook from: https://www.facebook.com/help/409473442437047 but I don't know how to handle this requirement: "They can't contain generic terms or extensions (.com, .net)".
Flipboard from: https://flipboard.helpshift.com/a/flipboard/?s=managing-your-account&f=help-with-username-issues&p=web
|
6 years ago |
Yahya SayadArbabi
|
508eb88724
|
Add 9gag
|
6 years ago |
Yahya SayadArbabi
|
d1ef3f6f0b
|
Merge branch 'naueramant_master'
|
6 years ago |
Yahya SayadArbabi
|
b7da0e9781
|
Merge branch 'JonanOribe_patch-1'
|
6 years ago |
Jonas Tranberg
|
de31a311ef
|
Added 9GAG support
|
6 years ago |
Jon Ander Oribe
|
005e9591c1
|
Adding a counter of resources
At the end of the process we can see how many results we have
|
6 years ago |
Yahya SayadArbabi
|
f7daae14e3
|
Merge branch 'cclauss_patch-3'
|
6 years ago |
Yahya SayadArbabi
|
85c80952c9
|
Merge branch 'simplify_print_error'
|
6 years ago |
Chris Blumentritt
|
b96da0b547
|
Adding docker support
|
6 years ago |
Christopher K. Hoadley
|
448f072e36
|
Merge branch 'pr/n49_cblument'
|
6 years ago |
Chris Blumentritt
|
ce53663331
|
Use os.path.join to build file path for data file
fixes #47
|
6 years ago |
Christopher K. Hoadley
|
8090a96c57
|
Fix merge problem in pull request #43. Previously, there was just one for loop that iterated thru all of the sites. But, with the addition of the parallel functionality, there are now two for loops. The dictionary changes were not done in the second loop, which caused bogus results.
|
6 years ago |
cclauss
|
05cbeb5c2c
|
Add a shebang line: #! /usr/bin/env python3
|
6 years ago |
cclauss
|
c0ac0d9f9d
|
Update sherlock.py
|
6 years ago |
cclauss
|
96c3ce7625
|
Simplify print_error()
|
6 years ago |
cclauss
|
3200eb3ad5
|
Run isort on the imports
[isort](https://github.com/timothycrosley/isort/blob/develop/README.rst) cleans up the imports for readability.
|
6 years ago |
Chris Blumentritt
|
cf7ec54f23
|
Script can now load the data.json file when invoked from different directory
If the script is run from a different directory than the where it
resides then it would fail to load because it could not find data.json.
fixes #47
|
6 years ago |
Christopher K. Hoadley
|
f9d59270a3
|
Merge branch 'pr/n43_cclauss'. Use new pattern for getting "urlMain" data as well.
|
6 years ago |
Christopher K. Hoadley
|
e2c4dbf1ef
|
Merge branch 'pr/n4_svisser'
|
6 years ago |
cclauss
|
28f023a339
|
Use dict.get() on optional parameters
|
6 years ago |
cclauss
|
60555eeda7
|
Use dict.items() to simplify interaction with dict (again)
#20 again...
|
6 years ago |
Siddharth Dushantha
|
03c41ee555
|
Version bump
From now on, the version will be the date and the format is from big to small. Year, Month, Day.
Just like youtube-dl does it.
|
6 years ago |
Siddharth Dushantha
|
3105a79b86
|
new version and version format
From now on, the version will be the date and the format is from big to small. Year, Month, Day
|
6 years ago |
Siddharth Dushantha
|
57a4448264
|
modified the comment about the user agent #41
|
6 years ago |
Christopher K. Hoadley
|
4ecaad6289
|
Update script to use with-as structure for files. Add number of supported sites to title. Add status message.
|
6 years ago |
Christopher K. Hoadley
|
d97338c8bb
|
Merge branch 'pr/n22_anto-christo'
|
6 years ago |
Christopher Kent Hoadley
|
6257015550
|
Merge pull request #39 from boardens/patch-1
Added support for 14 social networks. We really need to agree on the Scope Of Sherlock, but there is no reason to not add these in.
|
6 years ago |
Christopher K. Hoadley
|
55b6ffa5ba
|
Simeon Visser noticed that "enforce utf-8 encoding when we open data.json" (#8) got undone in the previous merge. Include it again.
|
6 years ago |