We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68804d2 commit b0baeaeCopy full SHA for b0baeae
common/src/main/java/dev/lavalink/youtube/cipher/SignatureCipherManager.java
@@ -45,7 +45,7 @@
45
public class SignatureCipherManager {
46
private static final Logger log = LoggerFactory.getLogger(SignatureCipherManager.class);
47
48
- private static final String VARIABLE_PART = "[a-zA-Z_\\$][a-zA-Z_0-9]*";
+ private static final String VARIABLE_PART = "[a-zA-Z_\\$][a-zA-Z_0-9\\$]*";
49
private static final String VARIABLE_PART_DEFINE = "\\\"?" + VARIABLE_PART + "\\\"?";
50
private static final String BEFORE_ACCESS = "(?:\\[\\\"|\\.)";
51
private static final String AFTER_ACCESS = "(?:\\\"\\]|)";
0 commit comments