-
-
Save yue4u/a16fd73021e0db00ecd509c08dfa1717 to your computer and use it in GitHub Desktop.
トラッキングたくさんの遅いサイト嫌いです
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
from pyquery import PyQuery as pq | |
print( | |
"\t".join( | |
pq(url=f"https://thesaurus.weblio.jp/content/{sys.argv[1]}")(".Nwnts") | |
.text() | |
.split("\n") | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment