aboutsummaryrefslogtreecommitdiff
path: root/modules/youtube.py
Commit message (Expand)AuthorAgeFilesLines
* remove LOW priority from youtube regex - it doesnt need itGravatar jesopo2019-09-081-1/+0
* support /embed/<id> youtube urls tooGravatar jesopo2019-09-071-0/+2
* also url_sanitise youtube urls found with argless !yt commandsGravatar jesopo2019-09-031-1/+1
* url_sanitise youtube urls (cut off ")"/">")Gravatar jesopo2019-09-031-1/+2
* return matching string from buffer.find() as most uses were redundantly regexingGravatar jesopo2019-08-131-1/+1
* "!yt" without args should get .message from BufferLineGravatar jesopo2019-08-131-0/+1
* 'amd' -> 'and'Gravatar jesopo2019-07-311-1/+1
* Support youtu.be urls in _from_urlGravatar jesopo2019-07-311-1/+3
* refactor youtube.py and handle playlist urls•••closes #61 Gravatar jesopo2019-07-261-42/+61
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-6/+4
* implement @utils.kwarg() magic, use it for command.regex hooksGravatar jesopo2019-06-261-7/+5
* Allow command.regex hooks to opt-in to being triggered from a /me•••closes #68 Gravatar jesopo2019-06-161-1/+1
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* Add usage examples for all settingsGravatar jesopo2019-05-231-3/+3
* Typo, 'colr' -> 'color'Gravatar jesopo2019-05-191-3/+3
* green/red the whole of likes/dislikes, not just up/down symbolsGravatar jesopo2019-05-191-4/+5
* green/red color for up/down votes on youtube videosGravatar jesopo2019-05-191-2/+4
* Hand over regex-based-command responsibilities to `commands` moduleGravatar jesopo2019-05-181-12/+9
* Ignore users ignored from !youtube for auto-youtubeGravatar jesopo2019-05-091-0/+5
* raise EventError when no results are found, to avoid double stderr write (you...Gravatar jesopo2019-02-141-1/+1
* Don't use the event system to get results from other modules - use exportsGravatar jesopo2019-02-091-4/+5
* Forgot to import EventManager (title.py, youtube.py)Gravatar jesopo2019-02-091-1/+1
* Eat youtube URLs on LOW priority, switch auto-title to MONITOR priorityGravatar jesopo2019-02-091-1/+3
* 'EventResultError' -> 'EventsResultsError' typo (maybe this should actually be•••named 'EventResultError') (youtube.py) Gravatar jesopo2019-01-211-1/+1
* Show a "failed to load results" error when a video_id search returns no results•••(youtube.py) Gravatar jesopo2019-01-211-1/+5
* Only try to regex match a youtube url if we actually have a search string•••(youtube.py) Gravatar jesopo2019-01-111-3/+4
* Add youtube-safesearch channel setting, to allow channels to opt-in to turning•••off any safe search filters (youtube.py) Gravatar jesopo2019-01-111-2/+9
* Fix missing change to new Response objects from utils.http.request (youtube.py)Gravatar jesopo2018-12-121-2/+2
* 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request Gravatar jesopo2018-12-111-9/+9
* Use more distinctive arrow characters for youtube up/down votesGravatar jesopo2018-12-091-2/+2
* Don't needlessly search a youtube URL before getting the information for it's•••video ID when a URL is provided to !yt Gravatar jesopo2018-10-291-1/+6
* Standardise "Failed to load results" errors!Gravatar jesopo2018-10-201-1/+1
* Mark command hooks that are aliases ('g' vs 'google')Gravatar jesopo2018-10-101-1/+2
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-9/+9
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-2/+3
* We don't need to explicitly pass "buffer" through on command eventsGravatar jesopo2018-09-301-1/+1
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-10/+5
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-6/+6
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Rename the functions to be more generic.Gravatar dngfx2018-09-231-2/+2
* Update last.fm to include a youtube link. Also change the module name to last.fmGravatar dngfx2018-09-231-0/+18
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-6/+4
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-6/+4
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-5/+6
* Change how specific events assure their hooks gets the event independant of•••loading order Gravatar jesopo2018-08-281-1/+1
* modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging•••to be an object on the server object instead of an event call Gravatar jesopo2018-08-281-1/+1
* Remove rickrollGravatar jesopo2018-05-021-2/+1
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-4/+4
* made set/channelset settings consistent.Gravatar jesopo2016-05-011-2/+2
* simpler boolean channel settingsGravatar Evelyn2016-04-101-3/+1