diff options
Diffstat (limited to 'legacy_py/update_stories.py')
-rwxr-xr-x | legacy_py/update_stories.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/legacy_py/update_stories.py b/legacy_py/update_stories.py deleted file mode 100755 index 4340148..0000000 --- a/legacy_py/update_stories.py +++ /dev/null @@ -1,10 +0,0 @@ -from get_sources import *
-
-nyt=get_nyt()
-#fox=get_fox()
-#nbc=get_nbc()
-
-url=nyt['h2']['href'][0]
-print(url)
-card=getTwitterCard("https://www.nytimes.com/2017/01/30/us/politics/trump-immigration-ban-memo.html")
-#print(card)
|