forked from bengtmartensson/IrScrutinizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IrdbImporter: switch to using cdn.jsdelivr.net
irdb.tk is down, and I don't know if/when it's coming back. This reworks the irdb importer to use the raw csv data from https://github.com/probonopd/irdb via the jsdelivr.net CDN. The CSV parsing is currently sufficient, but this does make a few assumptions: - The only field that might be quoted is the first, functioname - In a given file, it is assumed that the protocol, device, and subdevice are constant. - protocol was already noted here: probonopd/irdb#47 (comment) - device and subdevice are also encoded in the filename, so it would be surprising if they were not constant
- Loading branch information
Showing
1 changed file
with
78 additions
and
48 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