-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.6.2, different refinements and help handle in groups
- Loading branch information
Showing
6 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# version as tuple for simple comparisons | ||
VERSION = (0, 6, 0) | ||
VERSION = (0, 6, 2) | ||
# string created from tuple to avoid inconsistency | ||
__version__ = ".".join([str(x) for x in VERSION]) |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
*I download and send audios of videos/tracks/sets/albums in MP3 128 kbps with tags and artwork. Files over 50 MB are split into parts due to bot-sent file size limit. Supported sites:* | ||
I download and send audios of videos/tracks/sets/albums in MP3 128 kbps with tags and artwork. Files over 50 MB are split into parts due to bot-sent file size limit. Supported links: | ||
*• SoundCloud*: tracks/playlists/pages with private widgets | ||
*• Bandcamp*: tracks/albums | ||
*• Bandcamp*: tracks/albums/custom links | ||
*• YouTube*: videos/playlists | ||
*• Mixcloud, Vimeo and pretty much* [everything from the list](https://rg3.github.io/youtube-dl/supportedsites.html) | ||
*• Mixcloud, Vimeo and* [everything from this list](https://rg3.github.io/youtube-dl/supportedsites.html) (no VK music) | ||
|
||
*Usage:* | ||
• Send a message with links to the chat and I will download them instantly in private or ask you in groups. [Privacy mode](https://core.telegram.org/bots#privacy-mode) is _disabled_ so I parse all group messages for links. Forwarded messages work too. For example: | ||
`Check it out! https://m.soundcloud.com/richarddjames/umil-25-01 and also https://shitmat.bandcamp.com/track/amen-babylon-2016-mix` | ||
• Use `/dl <link(-s)>` command to download instantly in groups. | ||
• Use `/link <link(-s)>` command to get URL for downloading locally. | ||
• Use `/dl <links>` to download instantly in groups. | ||
• Use `/link <links>` to just get URL for downloading. | ||
|
||
🤖 @gpchelkin //[🐝👍.WS](http://xn--lo8h6c.ws/) | ||
🖼️ @lowonbudget //[👩🎨🎨️](https://www.behance.net/lowonbudget) | ||
🖤 @electrocircle //[⚡⚫.РФ](http://Электрокружок.РФ) | ||
[🌟GitHub](https://github.com/gpchelkin/scdlbot) // [💻Issues](https://github.com/gpchelkin/scdlbot/issues) | ||
|
||
Not mine: @vkm\_bot @scloud\_bot @GetMusicBot | ||
*Credits // Emoji-links:* | ||
[🌟 @GitHub](https://github.com/gpchelkin/scdlbot) // [⌨️⚠](https://github.com/gpchelkin/scdlbot/issues) | ||
👨🏻💻 @gpchelkin // [🐝👍](http://xn--lo8h6c.ws/) | ||
👩🏻🎨 @lowonbudget // [🎨🖼️](https://www.behance.net/lowonbudget) | ||
🎶 @electrocircle // [⚡⚫](http://Электрокружок.РФ) |