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
| # coding: utf-8 | |
| # author: [email protected] | |
| r"""Segment audio or video files to wav. | |
| requirements: | |
| - http://www.ffmpeg.org/ | |
| - pydub | |
| """ |
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
| # encoding:utf-8 | |
| ''' | |
| Created on 2018-05-02 | |
| @author: [email protected] | |
| @desc: List images name from registry | |
| ''' | |
| from __future__ import print_function | |
| import requests | |
| import json |
NewerOlder