Skip to content

Commit

Permalink
more streams
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 2, 2021
1 parent 953eece commit 9f86c93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
7 changes: 0 additions & 7 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,3 @@
limitations under the License.

=======================================================================

Component licenses for mycroft-core:

The mycroft-core software references various Python Packages (via PIP),
each of which has a separate license. All are compatible with the
Apache 2.0 license. See the referenced packages listed in the
"requirements/requirements.txt" file for specific terms and conditions.
5 changes: 3 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
from pytz import timezone
from mycroft.util.time import now_local
from mycroft.util.parse import match_one
from ovos_utils.skills.templates.common_play import BetterCommonPlaySkill
from ovos_utils.playback import CPSMatchType, CPSPlayback, CPSMatchConfidence
from ovos_workshop.skills.common_play import BetterCommonPlaySkill
from ovos_workshop.frameworks.cps import CPSMatchType, CPSPlayback, \
CPSMatchConfidence
import requests
from youtube_searcher import extract_videos

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
feedparser
youtube-dl
pafy
ovos_utils>=0.0.8a1
ovos_utils>=0.0.8
ovos_workshop>=0.0.1a2
youtube_searcher>=0.1.5
2 changes: 1 addition & 1 deletion res/desktop/skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authorname": "JarbasSkills",
"foldername": "",
"url": "https://github.com/JarbasSkills/skill-news",
"branch": "v0.2",
"branch": "v0.3",
"desktopFile": false,
"warning": "",
"systemDeps": false,
Expand Down

0 comments on commit 9f86c93

Please sign in to comment.