felixonmars / ydcv

YouDao Console Version - Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv).
GNU General Public License v3.0
506 stars 91 forks source link

Add -p and -a options for -r #36

Closed brunobell closed 6 years ago

brunobell commented 6 years ago

add -p, --player to read with your own players, festival for offline reading and mpg123 or sox for online reading, default to festival, add add -a --accent to read online with your accent: uk or us, default to auto.

😄 now you can try this: python ydcv.py hello -r -p mpg123 -a uk

brunobell commented 6 years ago

@felixonmars Ok, I've committed some tiny fix, please check it.

felixonmars commented 6 years ago

Thanks. Please resolve the conflicts and I'll merge.

brunobell commented 6 years ago

@felixonmars Sure, I've done rebase :)