Diff
Differences From Artifact [1c1c85e7a0]:
- File channels/filter_bitrate.py — part of check-in [9a5cee5ac7] at 2015-05-15 17:49:01 on branch trunk — Add `filter_bitrate` to default pack: list. (user: mario, size: 1865) [annotate] [blame] [check-ins using]
To Artifact [33e0dcdc20]:
- File channels/filter_bitrate.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 1857) [annotate] [blame] [check-ins using]
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | from channels import GenericChannel # Filter streams by bitrate class filter_bitrate(object): meta = plugin_meta() |